diff --git a/config/cache.php b/config/cache.php index 69b6a416..0c309696 100644 --- a/config/cache.php +++ b/config/cache.php @@ -88,9 +88,6 @@ return [ | */ - 'prefix' => env( - 'CACHE_PREFIX', - Str::slug(env('APP_NAME', 'laravel'), '_').'_cache' - ), + 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), ];