Add missing roundrobin transport driver config (#6392)

This commit is contained in:
Jonathan Goode 2024-04-09 15:13:45 +01:00 committed by GitHub
parent 708fdb1a36
commit 3cb22426e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -82,6 +82,14 @@
], ],
], ],
'roundrobin' => [
'transport' => 'roundrobin',
'mailers' => [
'ses',
'postmark',
],
],
], ],
/* /*

View File

@ -125,7 +125,6 @@
| the framework. Typically, you should not need to change this value | the framework. Typically, you should not need to change this value
| since doing so does not grant a meaningful security improvement. | since doing so does not grant a meaningful security improvement.
| |
|
*/ */
'cookie' => env( 'cookie' => env(