Change to hyphenate prefixes and cookie names (#6636)
This commit is contained in:
@@ -103,6 +103,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
|
||||
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel')).'-cache-'),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user