Skip to content

Commit

Permalink
cache default redis
Browse files Browse the repository at this point in the history
  • Loading branch information
lao9s committed May 3, 2024
1 parent a8210aa commit 132ecd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
|
*/

'default' => env('CACHE_DRIVER', 'file'),
'default' => env('CACHE_DRIVER', 'redis'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 132ecd1

Please sign in to comment.