Commit a4d0100a authored by Nicolas Widart's avatar Nicolas Widart

Update workshop published permissions

parent a26329b5
...@@ -3,25 +3,8 @@ ...@@ -3,25 +3,8 @@
return [ return [
'workshop.modules' => [ 'workshop.modules' => [
'index', 'index',
'store', 'show',
], 'disable',
'workshop.workbench' => [ 'enable',
'index',
'generate',
'migrate',
'install',
'seed',
],
'workshop.generate' => [
'generate',
],
'workshop.install' => [
'install',
],
'workshop.migrate' => [
'migrate',
],
'workshop.seed' => [
'seed',
], ],
]; ];
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