From 622cdda7cf014121c01ba2090003c9902be3cceb Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 14 Sep 2018 10:38:31 -0500 Subject: [PATCH] use one line --- config/cache.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 @@ | */ - 'prefix' => env( - 'CACHE_PREFIX', - Str::slug(env('APP_NAME', 'laravel'), '_').'_cache' - ), + 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), ];