Skip to content

Commit 25e8e13

Browse files
committed
rename GoIP notifier bridge to GopIp
1 parent ea9cc21 commit 25e8e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27992799
NotifierBridge\FreeMobile\FreeMobileTransportFactory::class => 'notifier.transport_factory.free-mobile',
28002800
NotifierBridge\GatewayApi\GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api',
28012801
NotifierBridge\Gitter\GitterTransportFactory::class => 'notifier.transport_factory.gitter',
2802-
NotifierBridge\GoIP\GoIPTransportFactory::class => 'notifier.transport_factory.goip',
2802+
NotifierBridge\GoIp\GoIpTransportFactory::class => 'notifier.transport_factory.goip',
28032803
NotifierBridge\GoogleChat\GoogleChatTransportFactory::class => 'notifier.transport_factory.google-chat',
28042804
NotifierBridge\Infobip\InfobipTransportFactory::class => 'notifier.transport_factory.infobip',
28052805
NotifierBridge\Iqsms\IqsmsTransportFactory::class => 'notifier.transport_factory.iqsms',

Resources/config/notifier_transports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
->set('notifier.transport_factory.redlink', Bridge\Redlink\RedlinkTransportFactory::class)
304304
->parent('notifier.transport_factory.abstract')
305305
->tag('texter.transport_factory')
306-
->set('notifier.transport_factory.goip', Bridge\GoIP\GoIPTransportFactory::class)
306+
->set('notifier.transport_factory.goip', Bridge\GoIp\GoIpTransportFactory::class)
307307
->parent('notifier.transport_factory.abstract')
308308
->tag('texter.transport_factory')
309309
;

0 commit comments

Comments
 (0)