add lock path
This commit is contained in:
parent
fb8e9cee79
commit
a6bfbc7f90
|
@ -52,6 +52,7 @@
|
|||
'file' => [
|
||||
'driver' => 'file',
|
||||
'path' => storage_path('framework/cache/data'),
|
||||
'lock_path' => storage_path('framework/cache/data'),
|
||||
],
|
||||
|
||||
'memcached' => [
|
||||
|
|
Loading…
Reference in New Issue