This commit is contained in:
Refactorian
2023-09-14 01:28:33 +09:00
committed by GitHub
parent b71e5fe9fe
commit 9a79ed28de
12 changed files with 867 additions and 683 deletions

View File

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