Skip to content

Commit

Permalink
Merge pull request #184 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 edbe04b + 64423c0 commit 0c78372
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions Admin/RedirectRouteAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ class RedirectRouteAdmin extends Admin
{
protected $translationDomain = 'CmfRoutingBundle';

/**
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
*/
protected $baseRouteName = 'cmf_routing_redirectroute';

/**
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
*/
protected $baseRoutePattern = '/cmf/routing/redirectroute';

/**
* Root path for the route parent selection
* @var string
Expand Down
10 changes: 0 additions & 10 deletions Admin/RouteAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ class RouteAdmin extends Admin
{
protected $translationDomain = 'CmfRoutingBundle';

/**
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
*/
protected $baseRouteName = 'cmf_routing_route';

/**
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
*/
protected $baseRoutePattern = '/cmf/routing/route';

/**
* Root path for the route parent selection
* @var string
Expand Down

0 comments on commit 0c78372

Please sign in to comment.