fix: make redis default

This commit is contained in:
hackerESQ
2025-01-30 18:13:01 -06:00
parent a705b794fd
commit 894da4ef9b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ return [
|
*/
'default' => env('CACHE_STORE', 'database'),
'default' => env('CACHE_STORE', 'redis'),
/*
|--------------------------------------------------------------------------