From 8e1f29a373a5c654156988beb220c6f8adb2f606 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 15 Jan 2023 19:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=9C=A8=E7=94=9F=E4=BA=A7=E4=B8=AD?= =?UTF-8?q?=E5=90=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/laravel-model-caching.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/laravel-model-caching.php b/config/laravel-model-caching.php index 24bd546..20ae5b1 100644 --- a/config/laravel-model-caching.php +++ b/config/laravel-model-caching.php @@ -1,9 +1,11 @@ '', - 'enabled' => env('MODEL_CACHE_ENABLED', true), + 'enabled' => $enabled, 'use-database-keying' => env('MODEL_CACHE_USE_DATABASE_KEYING', true),