]> BookStack Code Mirror - bookstack/blobdiff - app/Config/cache.php
Framework: Upgrade from Laravel 9 to 10
[bookstack] / app / Config / cache.php
index d1d47ab16c2e5cc1da072369f0d85d8eb78e2c72..2ba16059a177629788598d3400b35fb6fae863ab 100644 (file)
@@ -53,7 +53,8 @@ return [
 
         'file' => [
             'driver' => 'file',
-            'path'   => storage_path('framework/cache'),
+            'path'   => storage_path('framework/cache/data'),
+            'lock_path' => storage_path('framework/cache/data'),
         ],
 
         'memcached' => [