145
145
use Symfony \Component \Notifier \Bridge \SpotHit \SpotHitTransportFactory ;
146
146
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
147
147
use Symfony \Component \Notifier \Bridge \Telnyx \TelnyxTransportFactory ;
148
+ use Symfony \Component \Notifier \Bridge \TurboSms \TurboSmsTransport ;
148
149
use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
149
150
use Symfony \Component \Notifier \Bridge \Yunpian \YunpianTransportFactory ;
150
151
use Symfony \Component \Notifier \Bridge \Zulip \ZulipTransportFactory ;
@@ -2462,6 +2463,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2462
2463
SpotHitTransportFactory::class => 'notifier.transport_factory.spothit ' ,
2463
2464
TelegramTransportFactory::class => 'notifier.transport_factory.telegram ' ,
2464
2465
TelnyxTransportFactory::class => 'notifier.transport_factory.telnyx ' ,
2466
+ TurboSmsTransport::class => 'notifier.transport_factory.turbosms ' ,
2465
2467
TwilioTransportFactory::class => 'notifier.transport_factory.twilio ' ,
2466
2468
YunpianTransportFactory::class => 'notifier.transport_factory.yunpian ' ,
2467
2469
ZulipTransportFactory::class => 'notifier.transport_factory.zulip ' ,
@@ -2485,6 +2487,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2485
2487
case 'rocketchat ' : $ package = 'rocket-chat ' ; break ;
2486
2488
case 'smsbiuras ' : $ package = 'sms-biuras ' ; break ;
2487
2489
case 'spothit ' : $ package = 'spot-hit ' ; break ;
2490
+ case 'turbosms ' : $ package = 'turbo-sms ' ; break ;
2488
2491
}
2489
2492
2490
2493
if (!ContainerBuilder::willBeAvailable (sprintf ('symfony/%s-notifier ' , $ package ), $ class , $ parentPackages )) {
0 commit comments