File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -208,10 +208,6 @@ class UnsupportedSchemeException extends LogicException
208
208
'class ' => Bridge \Sendberry \SendberryTransportFactory::class,
209
209
'package ' => 'symfony/sendberry-notifier ' ,
210
210
],
211
- 'sendinblue ' => [
212
- 'class ' => Bridge \Sendinblue \SendinblueTransportFactory::class,
213
- 'package ' => 'symfony/sendinblue-notifier ' ,
214
- ],
215
211
'simpletextin ' => [
216
212
'class ' => Bridge \SimpleTextin \SimpleTextinTransportFactory::class,
217
213
'package ' => 'symfony/simple-textin-notifier ' ,
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ public static function setUpBeforeClass(): void
74
74
Bridge \Redlink \RedlinkTransportFactory::class => false ,
75
75
Bridge \RocketChat \RocketChatTransportFactory::class => false ,
76
76
Bridge \Sendberry \SendberryTransportFactory::class => false ,
77
- Bridge \Sendinblue \SendinblueTransportFactory::class => false ,
78
77
Bridge \SimpleTextin \SimpleTextinTransportFactory::class => false ,
79
78
Bridge \Sinch \SinchTransportFactory::class => false ,
80
79
Bridge \Slack \SlackTransportFactory::class => false ,
@@ -153,7 +152,6 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
153
152
yield ['ringcentral ' , 'symfony/ring-central-notifier ' ];
154
153
yield ['rocketchat ' , 'symfony/rocket-chat-notifier ' ];
155
154
yield ['sendberry ' , 'symfony/sendberry-notifier ' ];
156
- yield ['sendinblue ' , 'symfony/sendinblue-notifier ' ];
157
155
yield ['simpletextin ' , 'symfony/simple-textin-notifier ' ];
158
156
yield ['sinch ' , 'symfony/sinch-notifier ' ];
159
157
yield ['slack ' , 'symfony/slack-notifier ' ];
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ final class Transport
76
76
Bridge \RingCentral \RingCentralTransportFactory::class,
77
77
Bridge \RocketChat \RocketChatTransportFactory::class,
78
78
Bridge \Sendberry \SendberryTransportFactory::class,
79
- Bridge \Sendinblue \SendinblueTransportFactory::class,
80
79
Bridge \SimpleTextin \SimpleTextinTransportFactory::class,
81
80
Bridge \Sinch \SinchTransportFactory::class,
82
81
Bridge \Slack \SlackTransportFactory::class,
You can’t perform that action at this time.
0 commit comments