From 68a483cb0df13a37351e77385e5c57ca10385772 Mon Sep 17 00:00:00 2001 From: Muhammad Thoriq Date: Mon, 8 Dec 2025 10:31:57 +0700 Subject: [PATCH] set cache file --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 925f7d2..d13a631 100644 --- a/config/cache.php +++ b/config/cache.php @@ -15,7 +15,7 @@ return [ | */ - 'default' => env('CACHE_STORE', 'database'), + 'default' => env('CACHE_STORE', 'file'), /* |--------------------------------------------------------------------------