Add missing roundrobin transport driver config (#6392)
This commit is contained in:
@@ -82,6 +82,14 @@ return [
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'roundrobin' => [
|
||||||
|
'transport' => 'roundrobin',
|
||||||
|
'mailers' => [
|
||||||
|
'ses',
|
||||||
|
'postmark',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ return [
|
|||||||
| 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(
|
||||||
|
|||||||
Reference in New Issue
Block a user