Skip to content

Commit 20cdf65

Browse files
authored
Merge pull request laravel#4987 from DivineOmega/patch-1
[5.8] Remove underscore from cache prefix
2 parents 005ec13 + 1bed031 commit 20cdf65

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)