From 5383c2ecc9018389d61f0a274e8b71ff2b5f73c5 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 5 Sep 2026 20:26:13 +0930 Subject: [PATCH] Update cache.php --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 388a845b2..8201b7950 100644 --- a/config/cache.php +++ b/config/cache.php @@ -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'), /* |--------------------------------------------------------------------------