diff --git a/config/cache.php b/config/cache.php index 46751e6..93adfa0 100644 --- a/config/cache.php +++ b/config/cache.php @@ -18,7 +18,7 @@ | */ - 'default' => env('CACHE_DRIVER', 'file'), + 'default' => env('CACHE_DRIVER', 'redis'), /* |--------------------------------------------------------------------------