Skip to content

Commit

Permalink
Prevents database redis options of being merged (#50523)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Mar 13, 2024
1 parent d2a08d2 commit 5869d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected function mergeableOptions($name)
'auth' => ['guards', 'providers', 'passwords'],
'broadcasting' => ['connections'],
'cache' => ['stores'],
'database' => ['connections', 'redis'],
'database' => ['connections'],
'filesystems' => ['disks'],
'logging' => ['channels'],
'mail' => ['mailers'],
Expand Down

0 comments on commit 5869d73

Please sign in to comment.