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 @@ -196,6 +196,10 @@ class UnsupportedSchemeException extends LogicException
196196 'class ' => Bridge \Telnyx \TelnyxTransportFactory::class,
197197 'package ' => 'symfony/telnyx-notifier ' ,
198198 ],
199+ 'termii ' => [
200+ 'class ' => Bridge \Termii \TermiiTransportFactory::class,
201+ 'package ' => 'symfony/termii-notifier ' ,
202+ ],
199203 'turbosms ' => [
200204 'class ' => Bridge \TurboSms \TurboSmsTransportFactory::class,
201205 'package ' => 'symfony/turbo-sms-notifier ' ,
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ public function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \Generat
177177 yield ['spothit ' , 'symfony/spot-hit-notifier ' ];
178178 yield ['telegram ' , 'symfony/telegram-notifier ' ];
179179 yield ['telnyx ' , 'symfony/telnyx-notifier ' ];
180+ yield ['termii ' , 'symfony/termii-notifier ' ];
180181 yield ['turbosms ' , 'symfony/turbo-sms-notifier ' ];
181182 yield ['twilio ' , 'symfony/twilio-notifier ' ];
182183 yield ['zendesk ' , 'symfony/zendesk-notifier ' ];
Original file line number Diff line number Diff line change 4949use Symfony \Component \Notifier \Bridge \SmsFactor \SmsFactorTransportFactory ;
5050use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
5151use Symfony \Component \Notifier \Bridge \Telnyx \TelnyxTransportFactory ;
52+ use Symfony \Component \Notifier \Bridge \Termii \TermiiTransportFactory ;
5253use Symfony \Component \Notifier \Bridge \TurboSms \TurboSmsTransportFactory ;
5354use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
5455use Symfony \Component \Notifier \Bridge \Vonage \VonageTransportFactory ;
@@ -110,6 +111,7 @@ final class Transport
110111 SmsFactorTransportFactory::class,
111112 TelegramTransportFactory::class,
112113 TelnyxTransportFactory::class,
114+ TermiiTransportFactory::class,
113115 TurboSmsTransportFactory::class,
114116 TwilioTransportFactory::class,
115117 VonageTransportFactory::class,
You can’t perform that action at this time.
0 commit comments