Skip to content

Instantly share code, notes, and snippets.

@metalvarez
Created November 15, 2013 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metalvarez/7484433 to your computer and use it in GitHub Desktop.
Save metalvarez/7484433 to your computer and use it in GitHub Desktop.
<?php
/**
* @file Acme\ItemBundle\Controller\ItemController.php
* @package AcmeItemBundle
*/
namespace Acme\ItemBundle\Controller;
use Acme\CommonsBundle\Controller\CrudController;
/**
* Item CRUD controller
*
* @author "Víctor Hugo Álvarez Pérez <metalvarez@gmail.com>"
* @package AcmeItemBundle
* @since 24/10/2013
* @version 0.1
*/
class ItemController extends CrudController {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment