Skip to content

Commit 4be3193

Browse files
committed
feature #53734 [Notifier] Add SMSense bridge (jimiero)
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [Notifier] Add SMSense bridge | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | none | License | MIT [SMSense](https://smsense.com) is a Romanian sms provider. Commits ------- a1748debf4 [Notifier] Add SMSense bridge
2 parents 4ecd32a + 4e97cad commit 4be3193

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
@@ -2821,6 +2821,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
28212821
NotifierBridge\SmsFactor\SmsFactorTransportFactory::class => 'notifier.transport_factory.sms-factor',
28222822
NotifierBridge\Smsmode\SmsmodeTransportFactory::class => 'notifier.transport_factory.smsmode',
28232823
NotifierBridge\SmsSluzba\SmsSluzbaTransportFactory::class => 'notifier.transport_factory.sms-sluzba',
2824+
NotifierBridge\Smsense\SmsenseTransportFactory::class => 'notifier.transport_factory.smsense',
28242825
NotifierBridge\SpotHit\SpotHitTransportFactory::class => 'notifier.transport_factory.spot-hit',
28252826
NotifierBridge\Telegram\TelegramTransportFactory::class => 'notifier.transport_factory.telegram',
28262827
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
@@ -101,6 +101,7 @@
101101
'smsapi' => Bridge\Smsapi\SmsapiTransportFactory::class,
102102
'smsbox' => Bridge\Smsbox\SmsboxTransportFactory::class,
103103
'smsc' => Bridge\Smsc\SmscTransportFactory::class,
104+
'smsense' => Bridge\Smsense\SmsenseTransportFactory::class,
104105
'smsmode' => Bridge\Smsmode\SmsmodeTransportFactory::class,
105106
'spot-hit' => Bridge\SpotHit\SpotHitTransportFactory::class,
106107
'telnyx' => Bridge\Telnyx\TelnyxTransportFactory::class,

0 commit comments

Comments
 (0)