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 @@ -216,6 +216,10 @@ class UnsupportedSchemeException extends LogicException
216
216
'class ' => Bridge \Sendberry \SendberryTransportFactory::class,
217
217
'package ' => 'symfony/sendberry-notifier ' ,
218
218
],
219
+ 'sevenio ' => [
220
+ 'class ' => Bridge \Sevenio \SevenIoTransportFactory::class,
221
+ 'package ' => 'symfony/sevenio-notifier ' ,
222
+ ],
219
223
'simpletextin ' => [
220
224
'class ' => Bridge \SimpleTextin \SimpleTextinTransportFactory::class,
221
225
'package ' => 'symfony/simple-textin-notifier ' ,
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ public static function setUpBeforeClass(): void
76
76
Bridge \RingCentral \RingCentralTransportFactory::class => false ,
77
77
Bridge \RocketChat \RocketChatTransportFactory::class => false ,
78
78
Bridge \Sendberry \SendberryTransportFactory::class => false ,
79
+ Bridge \Sevenio \SevenIoTransportFactory::class => false ,
79
80
Bridge \SimpleTextin \SimpleTextinTransportFactory::class => false ,
80
81
Bridge \Sinch \SinchTransportFactory::class => false ,
81
82
Bridge \Slack \SlackTransportFactory::class => false ,
@@ -158,6 +159,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
158
159
yield ['ringcentral ' , 'symfony/ring-central-notifier ' ];
159
160
yield ['rocketchat ' , 'symfony/rocket-chat-notifier ' ];
160
161
yield ['sendberry ' , 'symfony/sendberry-notifier ' ];
162
+ yield ['sevenio ' , 'symfony/sevenio-notifier ' ];
161
163
yield ['simpletextin ' , 'symfony/simple-textin-notifier ' ];
162
164
yield ['sinch ' , 'symfony/sinch-notifier ' ];
163
165
yield ['slack ' , 'symfony/slack-notifier ' ];
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ final class Transport
77
77
Bridge \RingCentral \RingCentralTransportFactory::class,
78
78
Bridge \RocketChat \RocketChatTransportFactory::class,
79
79
Bridge \Sendberry \SendberryTransportFactory::class,
80
+ Bridge \Sevenio \SevenIoTransportFactory::class,
80
81
Bridge \SimpleTextin \SimpleTextinTransportFactory::class,
81
82
Bridge \Sinch \SinchTransportFactory::class,
82
83
Bridge \Slack \SlackTransportFactory::class,
You can’t perform that action at this time.
0 commit comments