Commit bbd05bdb authored by Nicolas Widart's avatar Nicolas Widart

Adding more permissions

parent 6c9175ab
......@@ -3,13 +3,17 @@ return [
'users' => [
'index',
'create',
'store',
'edit',
'update',
'delete'
],
'roles' => [
'index',
'create',
'store',
'edit',
'update',
'delete'
],
];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment