Skip to content

Commit

Permalink
Merge pull request KnpLabs#118 from sjopet/patch-2
Browse files Browse the repository at this point in the history
renamed MenuNodeCommon to MenuNodeCommonAdmin
  • Loading branch information
lsmith77 committed Aug 7, 2013
2 parents ff8955b + 1244d76 commit d97cf76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Admin/MenuAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Sonata\AdminBundle\Form\FormMapper;

class MenuAdmin extends MenuNodeCommon
class MenuAdmin extends MenuNodeCommonAdmin
{
protected $baseRouteName = 'cmf_menu';
protected $baseRoutePattern = '/cmf/menu/menu';
Expand Down
2 changes: 1 addition & 1 deletion Admin/MenuNodeAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Knp\Menu\ItemInterface as MenuItemInterface;
use Doctrine\Common\Util\ClassUtils;

class MenuNodeAdmin extends MenuNodeCommon
class MenuNodeAdmin extends MenuNodeCommonAdmin
{
protected $baseRouteName = 'cmf_menu_menunode';
protected $baseRoutePattern = '/cmf/menu/menunode';
Expand Down
2 changes: 1 addition & 1 deletion Admin/MenuNodeCommon.php → Admin/MenuNodeCommonAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Common base admin for Menu and MenuNode
*/
class MenuNodeCommon extends Admin
class MenuNodeCommonAdmin extends Admin
{
protected $contentAwareFactory;
protected $menuRoot;
Expand Down

0 comments on commit d97cf76

Please sign in to comment.