WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
2 changed files with 3 additions and 13 deletions
Showing only changes of commit 8882804c6e - Show all commits

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',
]);
}
}