File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ class UnsupportedSchemeException extends LogicException
28
28
'class ' => Bridge \Bandwidth \BandwidthTransportFactory::class,
29
29
'package ' => 'symfony/bandwidth-notifier ' ,
30
30
],
31
+ 'brevo ' => [
32
+ 'class ' => Bridge \Brevo \BrevoTransportFactory::class,
33
+ 'package ' => 'symfony/brevo-notifier ' ,
34
+ ],
31
35
'chatwork ' => [
32
36
'class ' => Bridge \Chatwork \ChatworkTransportFactory::class,
33
37
'package ' => 'symfony/chatwork-notifier ' ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public static function setUpBeforeClass(): void
29
29
Bridge \AllMySms \AllMySmsTransportFactory::class => false ,
30
30
Bridge \AmazonSns \AmazonSnsTransportFactory::class => false ,
31
31
Bridge \Bandwidth \BandwidthTransportFactory::class => false ,
32
+ Bridge \Brevo \BrevoTransportFactory::class => false ,
32
33
Bridge \Chatwork \ChatworkTransportFactory::class => false ,
33
34
Bridge \Clickatell \ClickatellTransportFactory::class => false ,
34
35
Bridge \ClickSend \ClickSendTransportFactory::class => false ,
@@ -112,6 +113,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
112
113
yield ['allmysms ' , 'symfony/all-my-sms-notifier ' ];
113
114
yield ['sns ' , 'symfony/amazon-sns-notifier ' ];
114
115
yield ['bandwidth ' , 'symfony/bandwidth-notifier ' ];
116
+ yield ['brevo ' , 'symfony/brevo-notifier ' ];
115
117
yield ['clickatell ' , 'symfony/clickatell-notifier ' ];
116
118
yield ['clicksend ' , 'symfony/click-send-notifier ' ];
117
119
yield ['contact-everyone ' , 'symfony/contact-everyone-notifier ' ];
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ final class Transport
31
31
Bridge \AllMySms \AllMySmsTransportFactory::class,
32
32
Bridge \AmazonSns \AmazonSnsTransportFactory::class,
33
33
Bridge \Bandwidth \BandwidthTransportFactory::class,
34
+ Bridge \Brevo \BrevoTransportFactory::class,
34
35
Bridge \Chatwork \ChatworkTransportFactory::class,
35
36
Bridge \Clickatell \ClickatellTransportFactory::class,
36
37
Bridge \ClickSend \ClickSendTransportFactory::class,
You can’t perform that action at this time.
0 commit comments