diff --git a/config/mail.php b/config/mail.php index a4a02fe486c..86666599784 100644 --- a/config/mail.php +++ b/config/mail.php @@ -82,6 +82,14 @@ ], ], + 'roundrobin' => [ + 'transport' => 'roundrobin', + 'mailers' => [ + 'ses', + 'postmark', + ], + ], + ], /* diff --git a/config/session.php b/config/session.php index 0e22ee41de5..f0b6541e589 100644 --- a/config/session.php +++ b/config/session.php @@ -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(