Skip to content

Commit 3cb2242

Browse files
authored
Add missing roundrobin transport driver config (#6392)
1 parent 708fdb1 commit 3cb2242

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

config/mail.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
8282
],
8383
],
8484

85+
'roundrobin' => [
86+
'transport' => 'roundrobin',
87+
'mailers' => [
88+
'ses',
89+
'postmark',
90+
],
91+
],
92+
8593
],
8694

8795
/*

config/session.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
| the framework. Typically, you should not need to change this value
126126
| since doing so does not grant a meaningful security improvement.
127127
|
128-
|
129128
*/
130129

131130
'cookie' => env(

0 commit comments

Comments
 (0)