set cache file

This commit is contained in:
Muhammad Thoriq 2025-12-08 10:31:57 +07:00
parent 08253e1b22
commit 68a483cb0d

View File

@ -15,7 +15,7 @@ return [
|
*/
'default' => env('CACHE_STORE', 'database'),
'default' => env('CACHE_STORE', 'file'),
/*
|--------------------------------------------------------------------------