feat(add Roles & Permission for Users)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m18s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m18s
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Shield Permission Labels
|
||||
*
|
||||
* Translate the values below to localize permission labels in your application.
|
||||
*/
|
||||
|
||||
return [
|
||||
'create' => 'Create',
|
||||
'delete' => 'Delete',
|
||||
'force_delete' => 'Force Delete',
|
||||
'force_delete_any' => 'Force Delete Any',
|
||||
'reorder' => 'Reorder',
|
||||
'replicate' => 'Replicate',
|
||||
'restore' => 'Restore',
|
||||
'restore_any' => 'Restore Any',
|
||||
'update' => 'Update',
|
||||
'view' => 'View',
|
||||
'view_any' => 'View Any',
|
||||
'view_member_count' => 'Member Count',
|
||||
];
|
||||
Reference in New Issue
Block a user