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