Seeder user menu, Guest Layout fix
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
2024-01-01 10:53:19 +01:00
parent 9bbd65eaaf
commit bb1e38d274
3 changed files with 50 additions and 2 deletions

View File

@@ -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();
}