Skip to content

Commit 2ad0538

Browse files
committed
[Mailer] Fix Brevo transport factory registration
1 parent 82466d3 commit 2ad0538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Transport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Psr\EventDispatcher\EventDispatcherInterface;
1515
use Psr\Log\LoggerInterface;
1616
use Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory;
17+
use Symfony\Component\Mailer\Bridge\Brevo\Transport\BrevoTransportFactory;
1718
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory;
1819
use Symfony\Component\Mailer\Bridge\Infobip\Transport\InfobipTransportFactory;
1920
use Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory;
@@ -45,6 +46,7 @@
4546
final class Transport
4647
{
4748
private const FACTORY_CLASSES = [
49+
BrevoTransportFactory::class,
4850
GmailTransportFactory::class,
4951
InfobipTransportFactory::class,
5052
MailerSendTransportFactory::class,

0 commit comments

Comments
 (0)