@@ -2421,15 +2421,15 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
24212421 $ container ->getDefinition ('notifier.channel_policy ' )->setArgument (0 , $ config ['channel_policy ' ]);
24222422
24232423 $ classToServices = [
2424- AllMySmsTransportFactory::class => 'notifier.transport_factory.allmysms ' ,
2424+ AllMySmsTransportFactory::class => 'notifier.transport_factory.all-my-sms ' ,
24252425 ClickatellTransportFactory::class => 'notifier.transport_factory.clickatell ' ,
24262426 DiscordTransportFactory::class => 'notifier.transport_factory.discord ' ,
24272427 EsendexTransportFactory::class => 'notifier.transport_factory.esendex ' ,
24282428 FakeChatTransportFactory::class => 'notifier.transport_factory.fakechat ' ,
24292429 FakeSmsTransportFactory::class => 'notifier.transport_factory.fakesms ' ,
24302430 FirebaseTransportFactory::class => 'notifier.transport_factory.firebase ' ,
24312431 FreeMobileTransportFactory::class => 'notifier.transport_factory.freemobile ' ,
2432- GatewayApiTransportFactory::class => 'notifier.transport_factory.gatewayapi ' ,
2432+ GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api ' ,
24332433 GitterTransportFactory::class => 'notifier.transport_factory.gitter ' ,
24342434 GoogleChatTransportFactory::class => 'notifier.transport_factory.googlechat ' ,
24352435 InfobipTransportFactory::class => 'notifier.transport_factory.infobip ' ,
0 commit comments