Skip to content

Commit 595d82e

Browse files
NeoBlackOskarStark
authored andcommitted
[Notifier] Add Seven Notifier Bridge
Seven.io is the new name of SMS77, they changed also the URL to the gateway. To reflect that change, this patch introduces the new Seven Notifier Bridge. The current SMS77 Bridge should be deprecated in another patch
1 parent e7b3113 commit 595d82e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,6 +2745,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27452745
NotifierBridge\RocketChat\RocketChatTransportFactory::class => 'notifier.transport_factory.rocket-chat',
27462746
NotifierBridge\Sendberry\SendberryTransportFactory::class => 'notifier.transport_factory.sendberry',
27472747
NotifierBridge\SimpleTextin\SimpleTextinTransportFactory::class => 'notifier.transport_factory.simple-textin',
2748+
NotifierBridge\Sevenio\SevenIoTransportFactory::class => 'notifier.transport_factory.sevenio',
27482749
NotifierBridge\Sinch\SinchTransportFactory::class => 'notifier.transport_factory.sinch',
27492750
NotifierBridge\Slack\SlackTransportFactory::class => 'notifier.transport_factory.slack',
27502751
NotifierBridge\Sms77\Sms77TransportFactory::class => 'notifier.transport_factory.sms77',

Resources/config/notifier_transports.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
'redlink' => Bridge\Redlink\RedlinkTransportFactory::class,
9191
'ring-central' => Bridge\RingCentral\RingCentralTransportFactory::class,
9292
'sendberry' => Bridge\Sendberry\SendberryTransportFactory::class,
93+
'sevenio' => Bridge\Sevenio\SevenIoTransportFactory::class,
9394
'simple-textin' => Bridge\SimpleTextin\SimpleTextinTransportFactory::class,
9495
'sinch' => Bridge\Sinch\SinchTransportFactory::class,
9596
'sms-biuras' => Bridge\SmsBiuras\SmsBiurasTransportFactory::class,

0 commit comments

Comments
 (0)