Commit 85a56f54 by Paul Kofmann

no need to set writable folders for console

parent 38cea05b
......@@ -22,8 +22,6 @@ return [
'writable' => [
'backend/runtime',
'backend/web/assets',
'console/runtime',
'console/migrations',
'frontend/runtime',
'frontend/web/assets',
],
......@@ -36,8 +34,6 @@ return [
'writable' => [
'backend/runtime',
'backend/web/assets',
'console/runtime',
'console/migrations',
'frontend/runtime',
'frontend/web/assets',
],
......
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