|
16 | 16 | use Symfony\Component\Notifier\Bridge\AllMySms\AllMySmsTransportFactory;
|
17 | 17 | use Symfony\Component\Notifier\Bridge\AmazonSns\AmazonSnsTransportFactory;
|
18 | 18 | use Symfony\Component\Notifier\Bridge\Clickatell\ClickatellTransportFactory;
|
| 19 | +use Symfony\Component\Notifier\Bridge\ContactEveryone\ContactEveryoneTransportFactory; |
19 | 20 | use Symfony\Component\Notifier\Bridge\Discord\DiscordTransportFactory;
|
20 | 21 | use Symfony\Component\Notifier\Bridge\Esendex\EsendexTransportFactory;
|
21 | 22 | use Symfony\Component\Notifier\Bridge\FakeChat\FakeChatTransportFactory;
|
@@ -73,6 +74,7 @@ public static function setUpBeforeClass(): void
|
73 | 74 | AllMySmsTransportFactory::class => false,
|
74 | 75 | AmazonSnsTransportFactory::class => false,
|
75 | 76 | ClickatellTransportFactory::class => false,
|
| 77 | + ContactEveryoneTransportFactory::class => false, |
76 | 78 | DiscordTransportFactory::class => false,
|
77 | 79 | EsendexTransportFactory::class => false,
|
78 | 80 | FakeChatTransportFactory::class => false,
|
@@ -136,6 +138,7 @@ public function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \Generat
|
136 | 138 | yield ['allmysms', 'symfony/all-my-sms-notifier'];
|
137 | 139 | yield ['sns', 'symfony/amazon-sns-notifier'];
|
138 | 140 | yield ['clickatell', 'symfony/clickatell-notifier'];
|
| 141 | + yield ['contact-everyone', 'symfony/contact-everyone-notifier']; |
139 | 142 | yield ['discord', 'symfony/discord-notifier'];
|
140 | 143 | yield ['esendex', 'symfony/esendex-notifier'];
|
141 | 144 | yield ['fakechat', 'symfony/fake-chat-notifier'];
|
|
0 commit comments