Browse Source

use one line

Taylor Otwell 5 years ago
parent
commit
622cdda7cf
1 changed files with 1 additions and 4 deletions
  1. 1 4
      config/cache.php

+ 1 - 4
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'),
 
 
 ];
 ];