diff --git a/config/cache.php b/config/cache.php index 925f7d2..747d21a 100644 --- a/config/cache.php +++ b/config/cache.php @@ -15,7 +15,7 @@ return [ | */ - 'default' => env('CACHE_STORE', 'database'), + 'default' => env('CACHE_STORE', env('CACHE_DRIVER', 'database')), /* |--------------------------------------------------------------------------