Remove "staff member" list

This commit is contained in:
2022-02-02 05:36:09 +00:00
parent 9bf27fd3f4
commit 4da435dc1e
15 changed files with 912 additions and 1013 deletions

View File

@@ -309,15 +309,9 @@ return [
],
],
[
'text' => 'm_staff_m',
'icon' => 'fas fa-fw fa-users',
'url' => '/hr/staff-members',
'can' => 'admin.stafflist',
],
[
'text' => 'Registered users',
'text' => 'Users',
'icon' => 'fas fa-fw fa-user-friends',
'url' => '/hr/players',
'route' => 'registeredPlayerList',
'can' => 'admin.userlist',
],
[