Updated storage path config calls

This commit is contained in:
Graham Campbell
2016-03-24 15:29:11 +00:00
parent 0c3d388f5a
commit 53dd12e339
3 changed files with 4 additions and 6 deletions

View File

@@ -22,9 +22,7 @@ return [
|
*/
'paths' => [
realpath(base_path('resources/views')),
],
'paths' => [realpath(base_path('resources/views'))],
/*
|--------------------------------------------------------------------------
@@ -37,6 +35,6 @@ return [
|
*/
'compiled' => realpath(storage_path().'/framework/views'),
'compiled' => realpath(storage_path('framework/views')),
];