Remove underscore as cache prefixes automatically have a colon appended to them
This commit is contained in:
parent
005ec1301e
commit
1bed031c1f
|
@ -97,6 +97,6 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
|
||||
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue