Commit 2ae07c91 authored by Nicolas Widart's avatar Nicolas Widart

Adding correct permissions

parent 227134ec
......@@ -10,5 +10,17 @@ return [
'migrate',
'install',
'seed',
],
'generate' => [
'generate'
],
'install' => [
'install'
],
'migrate' => [
'migrate'
],
'seed' => [
'seed'
]
];
\ 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