@@ -2485,7 +2485,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2485
2485
->addTag ('texter.transport_factory ' );
2486
2486
2487
2487
$ classToServices = [
2488
- AllMySmsTransportFactory::class => 'notifier.transport_factory.allmysms ' ,
2488
+ AllMySmsTransportFactory::class => 'notifier.transport_factory.all-my-sms ' ,
2489
2489
AmazonSnsTransportFactory::class => 'notifier.transport_factory.amazonsns ' ,
2490
2490
ClickatellTransportFactory::class => 'notifier.transport_factory.clickatell ' ,
2491
2491
DiscordTransportFactory::class => 'notifier.transport_factory.discord ' ,
@@ -2495,7 +2495,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2495
2495
FakeSmsTransportFactory::class => 'notifier.transport_factory.fakesms ' ,
2496
2496
FirebaseTransportFactory::class => 'notifier.transport_factory.firebase ' ,
2497
2497
FreeMobileTransportFactory::class => 'notifier.transport_factory.freemobile ' ,
2498
- GatewayApiTransportFactory::class => 'notifier.transport_factory.gatewayapi ' ,
2498
+ GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api ' ,
2499
2499
GitterTransportFactory::class => 'notifier.transport_factory.gitter ' ,
2500
2500
GoogleChatTransportFactory::class => 'notifier.transport_factory.googlechat ' ,
2501
2501
InfobipTransportFactory::class => 'notifier.transport_factory.infobip ' ,
0 commit comments