mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
add lock path
This commit is contained in:
parent
fb8e9cee79
commit
a6bfbc7f90
@ -52,6 +52,7 @@ return [
|
||||
'file' => [
|
||||
'driver' => 'file',
|
||||
'path' => storage_path('framework/cache/data'),
|
||||
'lock_path' => storage_path('framework/cache/data'),
|
||||
],
|
||||
|
||||
'memcached' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user