Skip to content

Commit

Permalink
fix: redis driver configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
azuradara committed Jul 18, 2024
1 parent b773d85 commit cb79e92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/foggle.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
'driver' => 'array',
],

'redis' => [
'driver' => 'redis',
'connection' => 'default',
],

],

'context_resolvers' => [
Expand Down

0 comments on commit cb79e92

Please sign in to comment.