Permission fixes
This commit is contained in:
@@ -98,7 +98,8 @@ class PermissionSeeder extends Seeder
|
||||
"washing.machine.reservation.edit" => "Allows editing of washing machine reservations",
|
||||
"washing.machine.reservation.delete" => "Allows deletion of washing machine reservations",
|
||||
|
||||
|
||||
//Allows access to the admin panel
|
||||
"admin.panel.show" => "Allows access to administration panel",
|
||||
];
|
||||
|
||||
foreach ($permissions as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user