Skip to content

Commit 64423c0

Browse files
author
Simon Erhardt
committed
remove unneeded hardcoded route name from route admin
1 parent 4ca9633 commit 64423c0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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)