Skip to content

Commit f9fb667

Browse files
committed
register the MailPaceTransportFactory
1 parent 024ce0b commit f9fb667

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
@@ -20,6 +20,7 @@
2020
use Symfony\Component\Mailer\Bridge\MailerSend\Transport\MailerSendTransportFactory;
2121
use Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory;
2222
use Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory;
23+
use Symfony\Component\Mailer\Bridge\MailPace\Transport\MailPaceTransportFactory;
2324
use Symfony\Component\Mailer\Bridge\OhMySmtp\Transport\OhMySmtpTransportFactory;
2425
use Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory;
2526
use Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory;
@@ -50,6 +51,7 @@ final class Transport
5051
MailerSendTransportFactory::class,
5152
MailgunTransportFactory::class,
5253
MailjetTransportFactory::class,
54+
MailPaceTransportFactory::class,
5355
MandrillTransportFactory::class,
5456
OhMySmtpTransportFactory::class,
5557
PostmarkTransportFactory::class,

0 commit comments

Comments
 (0)