From 4f0d4a198308ab5a64e7fa3794206896fde1faa9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 31 Aug 2022 14:04:01 +0200 Subject: [PATCH] wait #5418 --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 400016342..845cd8f73 100644 --- a/config/cache.php +++ b/config/cache.php @@ -49,7 +49,7 @@ return [ 'file' => [ 'driver' => 'file', - 'path' => storage_path('framework'), + 'path' => storage_path('framework/cache'), ], 'memcached' => [ -- 2.39.5