Skip to content

Commit ea9cc21

Browse files
ahmedghanem00fabpot
authored andcommitted
[Notifier] Add GoIP bridge
1 parent 7612947 commit ea9cc21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,6 +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',
28022803
NotifierBridge\GoogleChat\GoogleChatTransportFactory::class => 'notifier.transport_factory.google-chat',
28032804
NotifierBridge\Infobip\InfobipTransportFactory::class => 'notifier.transport_factory.infobip',
28042805
NotifierBridge\Iqsms\IqsmsTransportFactory::class => 'notifier.transport_factory.iqsms',

Resources/config/notifier_transports.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,8 @@
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)
307+
->parent('notifier.transport_factory.abstract')
308+
->tag('texter.transport_factory')
306309
;
307310
};

0 commit comments

Comments
 (0)