Skip to content

Commit 0c78372

Browse files
committed
Merge pull request #184 from chrootLogin/patch-1
remove unneeded hardcoded route name from admin
2 parents edbe04b + 64423c0 commit 0c78372

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

Admin/RedirectRouteAdmin.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ class RedirectRouteAdmin extends Admin
2121
{
2222
protected $translationDomain = 'CmfRoutingBundle';
2323

24-
/**
25-
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
26-
*/
27-
protected $baseRouteName = 'cmf_routing_redirectroute';
28-
29-
/**
30-
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
31-
*/
32-
protected $baseRoutePattern = '/cmf/routing/redirectroute';
33-
3424
/**
3525
* Root path for the route parent selection
3626
* @var string

Admin/RouteAdmin.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ class RouteAdmin extends Admin
2525
{
2626
protected $translationDomain = 'CmfRoutingBundle';
2727

28-
/**
29-
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
30-
*/
31-
protected $baseRouteName = 'cmf_routing_route';
32-
33-
/**
34-
* work around https://github.com/sonata-project/SonataAdminBundle/pull/1472
35-
*/
36-
protected $baseRoutePattern = '/cmf/routing/route';
37-
3828
/**
3929
* Root path for the route parent selection
4030
* @var string

0 commit comments

Comments
 (0)