Skip to content

Commit fbab1fb

Browse files
committed
feature #54356 [Notifier] LOX24 SMS bridge (alebedev80)
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [Notifier] LOX24 SMS bridge | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT |Doc PR| symfony/symfony-docs#19692 |Recipe PR| symfony/recipes#1300 Add LOX24 SMS Gateway bridge to Symfony Notifier. A Germany based SMS Gateway. Commits ------- b1a25ae139 [Notifier] LOX24 SMS bridge
2 parents e909ede + 68faa46 commit fbab1fb

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
@@ -2766,6 +2766,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27662766
NotifierBridge\LightSms\LightSmsTransportFactory::class => 'notifier.transport_factory.light-sms',
27672767
NotifierBridge\LineNotify\LineNotifyTransportFactory::class => 'notifier.transport_factory.line-notify',
27682768
NotifierBridge\LinkedIn\LinkedInTransportFactory::class => 'notifier.transport_factory.linked-in',
2769+
NotifierBridge\Lox24\Lox24TransportFactory::class => 'notifier.transport_factory.lox24',
27692770
NotifierBridge\Mailjet\MailjetTransportFactory::class => 'notifier.transport_factory.mailjet',
27702771
NotifierBridge\Mastodon\MastodonTransportFactory::class => 'notifier.transport_factory.mastodon',
27712772
NotifierBridge\Mattermost\MattermostTransportFactory::class => 'notifier.transport_factory.mattermost',

Resources/config/notifier_transports.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
'isendpro' => Bridge\Isendpro\IsendproTransportFactory::class,
7676
'kaz-info-teh' => Bridge\KazInfoTeh\KazInfoTehTransportFactory::class,
7777
'light-sms' => Bridge\LightSms\LightSmsTransportFactory::class,
78+
'lox24' => Bridge\Lox24\Lox24TransportFactory::class,
7879
'mailjet' => Bridge\Mailjet\MailjetTransportFactory::class,
7980
'message-bird' => Bridge\MessageBird\MessageBirdTransportFactory::class,
8081
'message-media' => Bridge\MessageMedia\MessageMediaTransportFactory::class,

0 commit comments

Comments
 (0)