|
28 | 28 | use Symfony\Component\Notifier\Bridge\Iqsms\IqsmsTransportFactory;
|
29 | 29 | use Symfony\Component\Notifier\Bridge\LightSms\LightSmsTransportFactory;
|
30 | 30 | use Symfony\Component\Notifier\Bridge\LinkedIn\LinkedInTransportFactory;
|
| 31 | +use Symfony\Component\Notifier\Bridge\Mailjet\MailjetTransportFactory; |
31 | 32 | use Symfony\Component\Notifier\Bridge\Mattermost\MattermostTransportFactory;
|
32 | 33 | use Symfony\Component\Notifier\Bridge\Mercure\MercureTransportFactory;
|
33 | 34 | use Symfony\Component\Notifier\Bridge\MessageBird\MessageBirdTransportFactory;
|
@@ -75,6 +76,7 @@ public static function setUpBeforeClass(): void
|
75 | 76 | IqsmsTransportFactory::class => false,
|
76 | 77 | LightSmsTransportFactory::class => false,
|
77 | 78 | LinkedInTransportFactory::class => false,
|
| 79 | + MailjetTransportFactory::class => false, |
78 | 80 | MattermostTransportFactory::class => false,
|
79 | 81 | MercureTransportFactory::class => false,
|
80 | 82 | MessageBirdTransportFactory::class => false,
|
@@ -128,6 +130,7 @@ public function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \Generat
|
128 | 130 | yield ['iqsms', 'symfony/iqsms-notifier'];
|
129 | 131 | yield ['lightsms', 'symfony/light-sms-notifier'];
|
130 | 132 | yield ['linkedin', 'symfony/linked-in-notifier'];
|
| 133 | + yield ['mailjet', 'symfony/mailjet-notifier']; |
131 | 134 | yield ['mattermost', 'symfony/mattermost-notifier'];
|
132 | 135 | yield ['mercure', 'symfony/mercure-notifier'];
|
133 | 136 | yield ['messagebird', 'symfony/message-bird-notifier'];
|
|
0 commit comments