Move storage out of app directory.

This commit is contained in:
Taylor Otwell 2014-07-26 22:00:01 -05:00
parent 5b82dfb0ed
commit b20409fa53
8 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ return array(
|
*/
'storage' => __DIR__.'/../app/storage',
'storage' => __DIR__.'/../storage',
);