Move storage out of app directory.
This commit is contained in:
parent
5b82dfb0ed
commit
b20409fa53
|
@ -52,6 +52,6 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'storage' => __DIR__.'/../app/storage',
|
||||
'storage' => __DIR__.'/../storage',
|
||||
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue