Using the path parameter in the path method.

This commit is contained in:
Jimmy Puckett
2015-05-28 15:31:26 -04:00
parent c3128ad92a
commit 4ee6523dfa
5 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ return [
'file' => [
'driver' => 'file',
'path' => storage_path().'/framework/cache',
'path' => storage_path('framework/cache'),
],
'memcached' => [