@@ -2401,7 +2401,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2401
2401
->addTag ('texter.transport_factory ' );
2402
2402
2403
2403
$ classToServices = [
2404
- AllMySmsTransportFactory::class => 'notifier.transport_factory.allmysms ' ,
2404
+ AllMySmsTransportFactory::class => 'notifier.transport_factory.all-my-sms ' ,
2405
2405
AmazonSnsTransportFactory::class => 'notifier.transport_factory.amazonsns ' ,
2406
2406
ClickatellTransportFactory::class => 'notifier.transport_factory.clickatell ' ,
2407
2407
DiscordTransportFactory::class => 'notifier.transport_factory.discord ' ,
@@ -2411,7 +2411,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2411
2411
FakeSmsTransportFactory::class => 'notifier.transport_factory.fakesms ' ,
2412
2412
FirebaseTransportFactory::class => 'notifier.transport_factory.firebase ' ,
2413
2413
FreeMobileTransportFactory::class => 'notifier.transport_factory.freemobile ' ,
2414
- GatewayApiTransportFactory::class => 'notifier.transport_factory.gatewayapi ' ,
2414
+ GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api ' ,
2415
2415
GitterTransportFactory::class => 'notifier.transport_factory.gitter ' ,
2416
2416
GoogleChatTransportFactory::class => 'notifier.transport_factory.googlechat ' ,
2417
2417
InfobipTransportFactory::class => 'notifier.transport_factory.infobip ' ,
@@ -2440,7 +2440,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2440
2440
SpotHitTransportFactory::class => 'notifier.transport_factory.spothit ' ,
2441
2441
TelegramTransportFactory::class => 'notifier.transport_factory.telegram ' ,
2442
2442
TelnyxTransportFactory::class => 'notifier.transport_factory.telnyx ' ,
2443
- TurboSmsTransport::class => 'notifier.transport_factory.turbosms ' ,
2443
+ TurboSmsTransport::class => 'notifier.transport_factory.turbo-sms ' ,
2444
2444
TwilioTransportFactory::class => 'notifier.transport_factory.twilio ' ,
2445
2445
YunpianTransportFactory::class => 'notifier.transport_factory.yunpian ' ,
2446
2446
ZulipTransportFactory::class => 'notifier.transport_factory.zulip ' ,
0 commit comments