From 3be6dbf5477673d7613d5403cc1b000f62c9da53 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 29 Aug 2026 12:40:51 +0930 Subject: [PATCH] chore: remove unused import and fix spacing in cache config --- config/cache.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/cache.php b/config/cache.php index 0ef2e0326..212623523 100644 --- a/config/cache.php +++ b/config/cache.php @@ -1,6 +1,5 @@ env( 'CACHE_PREFIX', - Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache' + Str::slug(env('APP_NAME', 'laravel'), '_').'_cache' ), /*