Skip to content

Commit 4ca9633

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
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

0 commit comments

Comments
 (0)