Skip to content

Commit 1bed031

Browse files
authored
Remove underscore as cache prefixes automatically have a colon appended to them
1 parent 005ec13 commit 1bed031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@
9797
|
9898
*/
9999

100-
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
100+
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'),
101101

102102
];

0 commit comments

Comments
 (0)