]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5418
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 31 Aug 2022 12:04:01 +0000 (14:04 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 31 Aug 2022 12:04:01 +0000 (14:04 +0200)
config/cache.php

index 40001634237574a6c9cabde461d093cf268478b7..845cd8f737a86e7fbe20950a3a20151c6de4e246 100644 (file)
@@ -49,7 +49,7 @@ return [
 
         'file' => [
             'driver' => 'file',
-            'path' => storage_path('framework'),
+            'path' => storage_path('framework/cache'),
         ],
 
         'memcached' => [