add lock path

This commit is contained in:
Taylor Otwell 2023-05-23 16:45:40 -05:00
parent fb8e9cee79
commit a6bfbc7f90

View File

@ -52,6 +52,7 @@ return [
'file' => [
'driver' => 'file',
'path' => storage_path('framework/cache/data'),
'lock_path' => storage_path('framework/cache/data'),
],
'memcached' => [