Skip to content

Commit

Permalink
Add missing roundrobin transport driver config (#6392)
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Apr 9, 2024
1 parent 708fdb1 commit 3cb2242
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions config/mail.php
Expand Up @@ -82,6 +82,14 @@
],
],

'roundrobin' => [
'transport' => 'roundrobin',
'mailers' => [
'ses',
'postmark',
],
],

],

/*
Expand Down
1 change: 0 additions & 1 deletion config/session.php
Expand Up @@ -125,7 +125,6 @@
| the framework. Typically, you should not need to change this value
| since doing so does not grant a meaningful security improvement.
|
|
*/

'cookie' => env(
Expand Down

0 comments on commit 3cb2242

Please sign in to comment.