Add missing roundrobin transport driver config (#6392)
This commit is contained in:
parent
708fdb1a36
commit
3cb22426e1
|
@ -82,6 +82,14 @@
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'roundrobin' => [
|
||||||
|
'transport' => 'roundrobin',
|
||||||
|
'mailers' => [
|
||||||
|
'ses',
|
||||||
|
'postmark',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue