This commit is contained in:
@@ -23,7 +23,7 @@ class UserMenuController extends MenuController
|
||||
public function get()
|
||||
{
|
||||
return Menu::with(['childs', 'permissions'])
|
||||
->where('id',10)
|
||||
->where('route_or_url','root')
|
||||
->orderBy('position')
|
||||
->get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user