From a6bfbc7f90e33fd6cae3cb23f106c9689858c3b5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 23 May 2023 16:45:40 -0500 Subject: [PATCH] add lock path --- config/cache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cache.php b/config/cache.php index 33bb2954..d4171e22 100644 --- a/config/cache.php +++ b/config/cache.php @@ -52,6 +52,7 @@ 'file' => [ 'driver' => 'file', 'path' => storage_path('framework/cache/data'), + 'lock_path' => storage_path('framework/cache/data'), ], 'memcached' => [