@@ -2421,15 +2421,15 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
2421
2421
$ container ->getDefinition ('notifier.channel_policy ' )->setArgument (0 , $ config ['channel_policy ' ]);
2422
2422
2423
2423
$ classToServices = [
2424
- AllMySmsTransportFactory::class => 'notifier.transport_factory.all-my-sms ' ,
2424
+ AllMySmsTransportFactory::class => 'notifier.transport_factory.allmysms ' ,
2425
2425
ClickatellTransportFactory::class => 'notifier.transport_factory.clickatell ' ,
2426
2426
DiscordTransportFactory::class => 'notifier.transport_factory.discord ' ,
2427
2427
EsendexTransportFactory::class => 'notifier.transport_factory.esendex ' ,
2428
2428
FakeChatTransportFactory::class => 'notifier.transport_factory.fakechat ' ,
2429
2429
FakeSmsTransportFactory::class => 'notifier.transport_factory.fakesms ' ,
2430
2430
FirebaseTransportFactory::class => 'notifier.transport_factory.firebase ' ,
2431
2431
FreeMobileTransportFactory::class => 'notifier.transport_factory.freemobile ' ,
2432
- GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api ' ,
2432
+ GatewayApiTransportFactory::class => 'notifier.transport_factory.gatewayapi ' ,
2433
2433
GitterTransportFactory::class => 'notifier.transport_factory.gitter ' ,
2434
2434
GoogleChatTransportFactory::class => 'notifier.transport_factory.googlechat ' ,
2435
2435
InfobipTransportFactory::class => 'notifier.transport_factory.infobip ' ,
0 commit comments