use one line

This commit is contained in:
Taylor Otwell 2018-09-14 10:38:31 -05:00
parent a5fc02d832
commit 622cdda7cf
1 changed files with 1 additions and 4 deletions

View File

@ -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'),
];