Menu changes

This commit is contained in:
Miguel Nogueira 2020-12-07 20:28:18 +00:00
parent 1fae91a62b
commit 8882804c6e
Signed by untrusted user: miguel456
GPG Key ID: 2CF61B825316C6A0
2 changed files with 3 additions and 13 deletions

View File

@ -285,9 +285,9 @@ return [
'can' => 'teams.view',
'submenu' => [
[
'text' => 'Dashboard',
'icon' => 'fas fa-chart-line',
'url' => 'teams/dashboard',
'text' => 'Available Teams',
'icon' => 'fas fa-clipboard',
'url' => 'teams',
'can' => 'teams.view'
],
[

View File

@ -67,18 +67,8 @@ class TeamSeeder extends Seeder
Permission::create([
'name' => 'teams.admin.applications.changeteam',
]);
Permission::create([
'name' => 'teams.members.appointment.schedule',
]);
Permission::create([
'name' => 'teams.members.appointment.deleteappointment',
]);
Permission::create([
'name' => 'teams.members.groupchat',
]);
Permission::create([
'name' => 'chat.use',
]);
}
}