Skip to content

Commit 1228425

Browse files
committed
Update slug
1 parent 36524cf commit 1228425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routes/sidemenu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
use PluginMaster\Bootstrap\System\SideMenu;
55

66

7-
SideMenu::parent('PluginMaster')
7+
SideMenu::parent('plugin-master')
88
->menuTitle("Home | Plugin Master")
99
->child('Home','pluginmaster-home')->callback('SideMenuController@home') ;
1010

11-
SideMenu::submenu('pluginmaster', 'About', 'pluginmaster-about')->callback('SideMenuController@about');
11+
SideMenu::submenu('plugin-master', 'About', 'pluginmaster-about')->callback('SideMenuController@about');

0 commit comments

Comments
 (0)