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

Commit 199d55d

Browse files
Simon Erhardtchrootlogin
authored andcommitted
remove unneeded hardcoded route name from admin
1 parent 53a7ba6 commit 199d55d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Admin/MenuAdmin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
class MenuAdmin extends AbstractMenuNodeAdmin
1919
{
20-
protected $baseRouteName = 'cmf_menu';
21-
protected $baseRoutePattern = '/cmf/menu/menu';
2220

2321
/**
2422
* {@inheritDoc}

Admin/MenuNodeAdmin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
class MenuNodeAdmin extends AbstractMenuNodeAdmin
2323
{
24-
protected $baseRouteName = 'cmf_menu_menunode';
25-
protected $baseRoutePattern = '/cmf/menu/menunode';
2624
protected $recursiveBreadcrumbs = true;
2725

2826
/**

0 commit comments

Comments
 (0)