Permission fixes
This commit is contained in:
@@ -98,8 +98,15 @@ class PermissionSeeder extends Seeder
|
||||
"washing.machine.reservation.edit" => "Allows editing of washing machine reservations",
|
||||
"washing.machine.reservation.delete" => "Allows deletion of washing machine reservations",
|
||||
|
||||
"roles.create" => "Create a new role",
|
||||
"roles.list" => "Shows all roles",
|
||||
"roles.show" => "Shows a specific role",
|
||||
"roles.edit" => "Allows editing of roles",
|
||||
"roles.delete" => "Allows deletion of roles",
|
||||
|
||||
//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