@@ -2485,7 +2485,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
24852485 ->addTag ('texter.transport_factory ' );
24862486
24872487 $ classToServices = [
2488- AllMySmsTransportFactory::class => 'notifier.transport_factory.allmysms ' ,
2488+ AllMySmsTransportFactory::class => 'notifier.transport_factory.all-my-sms ' ,
24892489 AmazonSnsTransportFactory::class => 'notifier.transport_factory.amazonsns ' ,
24902490 ClickatellTransportFactory::class => 'notifier.transport_factory.clickatell ' ,
24912491 DiscordTransportFactory::class => 'notifier.transport_factory.discord ' ,
@@ -2495,7 +2495,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
24952495 FakeSmsTransportFactory::class => 'notifier.transport_factory.fakesms ' ,
24962496 FirebaseTransportFactory::class => 'notifier.transport_factory.firebase ' ,
24972497 FreeMobileTransportFactory::class => 'notifier.transport_factory.freemobile ' ,
2498- GatewayApiTransportFactory::class => 'notifier.transport_factory.gatewayapi ' ,
2498+ GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api ' ,
24992499 GitterTransportFactory::class => 'notifier.transport_factory.gitter ' ,
25002500 GoogleChatTransportFactory::class => 'notifier.transport_factory.googlechat ' ,
25012501 InfobipTransportFactory::class => 'notifier.transport_factory.infobip ' ,
0 commit comments