diff --git a/config/cache.php b/config/cache.php index 91ff9209c..7bd9dd70e 100644 --- a/config/cache.php +++ b/config/cache.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => env('CACHE_DRIVER', 'memcached'), + 'default' => env('CACHE_DRIVER', 'file'), /* |--------------------------------------------------------------------------