Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #144 from chrootLogin/patch-1
Browse files Browse the repository at this point in the history
remove unneeded hardcoded route name from admin
  • Loading branch information
lsmith77 committed Oct 4, 2013
2 parents 53a7ba6 + 199d55d commit 4e73478
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Admin/MenuAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

class MenuAdmin extends AbstractMenuNodeAdmin
{
protected $baseRouteName = 'cmf_menu';
protected $baseRoutePattern = '/cmf/menu/menu';

/**
* {@inheritDoc}
Expand Down
2 changes: 0 additions & 2 deletions Admin/MenuNodeAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

class MenuNodeAdmin extends AbstractMenuNodeAdmin
{
protected $baseRouteName = 'cmf_menu_menunode';
protected $baseRoutePattern = '/cmf/menu/menunode';
protected $recursiveBreadcrumbs = true;

/**
Expand Down

0 comments on commit 4e73478

Please sign in to comment.