Add missing roundrobin transport driver config (#6392)

This commit is contained in:
Jonathan Goode
2024-04-09 15:13:45 +01:00
committed by GitHub
parent 708fdb1a36
commit 3cb22426e1
2 changed files with 8 additions and 1 deletions

View File

@@ -82,6 +82,14 @@ return [
],
],
'roundrobin' => [
'transport' => 'roundrobin',
'mailers' => [
'ses',
'postmark',
],
],
],
/*