From a5d47713436c1dbeb3211b7089b16cef38d1d921 Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Tue, 9 Apr 2024 13:04:29 +0100 Subject: [PATCH] Add missing roundrobin transport driver config --- config/mail.php | 8 ++++++++ config/session.php | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) 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(