Update cache.php

pull/7066/head
Shlee 3 weeks ago committed by GitHub
parent ab2447b0f4
commit 5383c2ecc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -153,7 +153,7 @@ return [
|
*/
'prefix' => env('CACHE_PREFIX', Str::slug((string) env('APP_NAME', 'laravel')).'-cache-'),
'prefix' => env('CACHE_PREFIX', Str::slug((string) env('APP_NAME', 'laravel'), '_').'_cache'),
/*
|--------------------------------------------------------------------------

Loading…
Cancel
Save