Skip to content

Commit c49dfb3

Browse files
committed
fixes
1 parent e7d43e3 commit c49dfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/AdminAbstractController.php renamed to Controller/AdminController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use SmartCore\Module\Menu\Form\Type\MenuFormType;
1111
use SmartCore\Module\Menu\Form\Type\ItemFormType;
1212

13-
class AdminAbstractController extends AbstractController
13+
class AdminController extends AbstractController
1414
{
1515
public function indexAction(Request $request)
1616
{

0 commit comments

Comments
 (0)