v0.5.5 - Added news on the admin panel
This commit is contained in:
@@ -150,6 +150,15 @@ class PermissionSeeder extends Seeder
|
||||
"locations.edit" => "Allows editing of locations",
|
||||
"locations.delete" => "Allows deletion of locations",
|
||||
|
||||
/**
|
||||
* The NEWS specific permissions
|
||||
*/
|
||||
"news.create" => "Create a new location",
|
||||
"news.list" => "Shows all locations",
|
||||
"news.show" => "Shows a specific location",
|
||||
"news.edit" => "Allows editing of locations",
|
||||
"news.delete" => "Allows deletion of locations",
|
||||
|
||||
/**
|
||||
* The ADMIN PANEL specific permissions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user