From e9f151fa045ebadd65533ee5494cd11766d8107a Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 8 Sep 2022 18:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20cache=20=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 0907ecd..b4b1bf0 100644 --- a/config/cache.php +++ b/config/cache.php @@ -105,6 +105,6 @@ | */ - 'prefix' => env('CACHE_PREFIX', 'edgebilling_cache'), + 'prefix' => env('CACHE_PREFIX', 'laev3_cache'), ];