]> BookStack Code Mirror - bookstack/blobdiff - app/Config/cache.php
respective book and chapter structure added.
[bookstack] / app / Config / cache.php
index 2ba16059a177629788598d3400b35fb6fae863ab..b588437ff1a0990a2597a9a5670b35b950ac395f 100644 (file)
@@ -53,8 +53,8 @@ return [
 
         'file' => [
             'driver' => 'file',
-            'path'   => storage_path('framework/cache/data'),
-            'lock_path' => storage_path('framework/cache/data'),
+            'path'   => storage_path('framework/cache'),
+            'lock_path' => storage_path('framework/cache'),
         ],
 
         'memcached' => [