From eadf63477e5f7d5b5f0cbc50ca4c60c12536b4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8F=94=EF=B8=8F=20Peak?= <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:59:38 +0100 Subject: [PATCH] chore(config): remove unused file cache store (#7646) --- config/cache.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/cache.php b/config/cache.php index 0372e30ec..623bdbd78 100644 --- a/config/cache.php +++ b/config/cache.php @@ -44,12 +44,6 @@ return [ 'key' => env('SESSION_CACHE_KEY', '_cache'), ], - 'file' => [ - 'driver' => 'file', - 'path' => storage_path('framework/cache/data'), - 'lock_path' => storage_path('framework/cache/data'), - ], - 'redis' => [ 'driver' => 'redis', 'connection' => env('REDIS_CACHE_CONNECTION', 'cache'),