File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,10 @@ class UnsupportedSchemeException extends LogicException
280
280
'class ' => Bridge \Twitter \TwitterTransportFactory::class,
281
281
'package ' => 'symfony/twitter-notifier ' ,
282
282
],
283
+ 'unifonic ' => [
284
+ 'class ' => Bridge \Unifonic \UnifonicTransportFactory::class,
285
+ 'package ' => 'symfony/unifonic-notifier ' ,
286
+ ],
283
287
'vonage ' => [
284
288
'class ' => Bridge \Vonage \VonageTransportFactory::class,
285
289
'package ' => 'symfony/vonage-notifier ' ,
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ public static function setUpBeforeClass(): void
91
91
Bridge \TurboSms \TurboSmsTransportFactory::class => false ,
92
92
Bridge \Twilio \TwilioTransportFactory::class => false ,
93
93
Bridge \Twitter \TwitterTransportFactory::class => false ,
94
+ Bridge \Unifonic \UnifonicTransportFactory::class => false ,
94
95
Bridge \Vonage \VonageTransportFactory::class => false ,
95
96
Bridge \Yunpian \YunpianTransportFactory::class => false ,
96
97
Bridge \Zendesk \ZendeskTransportFactory::class => false ,
@@ -169,6 +170,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
169
170
yield ['turbosms ' , 'symfony/turbo-sms-notifier ' ];
170
171
yield ['twilio ' , 'symfony/twilio-notifier ' ];
171
172
yield ['twitter ' , 'symfony/twitter-notifier ' ];
173
+ yield ['unifonic ' , 'symfony/unifonic-notifier ' ];
172
174
yield ['zendesk ' , 'symfony/zendesk-notifier ' ];
173
175
yield ['zulip ' , 'symfony/zulip-notifier ' ];
174
176
yield ['goip ' , 'symfony/go-ip-notifier ' ];
You can’t perform that action at this time.
0 commit comments