chore(config): remove unused file cache store (#7646)

This commit is contained in:
🏔️ Peak 2025-12-16 14:59:38 +01:00 committed by GitHub
parent da96c7885c
commit eadf63477e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'),