Commit 1ba8e90b authored by Taylor Otwell's avatar Taylor Otwell

Use storage_path() helper in configuration files.

parent 66c9dd46
......@@ -113,7 +113,7 @@ return array(
|
*/
'manifest' => __DIR__.'/../storage/meta',
'manifest' => storage_path().'/meta',
/*
|--------------------------------------------------------------------------
......
......@@ -28,7 +28,7 @@ return array(
|
*/
'path' => __DIR__.'/../storage/cache',
'path' => storage_path().'/cache',
/*
|--------------------------------------------------------------------------
......
......@@ -42,7 +42,7 @@ return array(
|
*/
'files' => __DIR__.'/../storage/sessions',
'files' => storage_path().'/sessions',
/*
|--------------------------------------------------------------------------
......
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