Skip to content

Commit 4e97cad

Browse files
jimierofabpot
authored andcommitted
[Notifier] Add SMSense bridge
1 parent 2568432 commit 4e97cad

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
@@ -2759,6 +2759,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27592759
NotifierBridge\SmsFactor\SmsFactorTransportFactory::class => 'notifier.transport_factory.sms-factor',
27602760
NotifierBridge\Smsmode\SmsmodeTransportFactory::class => 'notifier.transport_factory.smsmode',
27612761
NotifierBridge\SmsSluzba\SmsSluzbaTransportFactory::class => 'notifier.transport_factory.sms-sluzba',
2762+
NotifierBridge\Smsense\SmsenseTransportFactory::class => 'notifier.transport_factory.smsense',
27622763
NotifierBridge\SpotHit\SpotHitTransportFactory::class => 'notifier.transport_factory.spot-hit',
27632764
NotifierBridge\Telegram\TelegramTransportFactory::class => 'notifier.transport_factory.telegram',
27642765
NotifierBridge\Telnyx\TelnyxTransportFactory::class => 'notifier.transport_factory.telnyx',

Resources/config/notifier_transports.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
'smsapi' => Bridge\Smsapi\SmsapiTransportFactory::class,
101101
'smsbox' => Bridge\Smsbox\SmsboxTransportFactory::class,
102102
'smsc' => Bridge\Smsc\SmscTransportFactory::class,
103+
'smsense' => Bridge\Smsense\SmsenseTransportFactory::class,
103104
'smsmode' => Bridge\Smsmode\SmsmodeTransportFactory::class,
104105
'spot-hit' => Bridge\SpotHit\SpotHitTransportFactory::class,
105106
'telnyx' => Bridge\Telnyx\TelnyxTransportFactory::class,

0 commit comments

Comments
 (0)