Skip to content

Commit 1d23564

Browse files
committed
feature #54747 [Notifier] Add Primotexto bridge (Samael tomas)
This PR was merged into the 7.2 branch. Discussion ---------- [Notifier] Add Primotexto bridge | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | none | License | MIT This PR adds a new bridge for [Primotexto](https://primotexto.com/). Based on documentation available here: https://www.primotexto.com/ <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Commits ------- 601e0689d3 [Notifier] Add Primotexto bridge
2 parents e180d81 + 766daee commit 1d23564

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
@@ -2792,6 +2792,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27922792
NotifierBridge\OvhCloud\OvhCloudTransportFactory::class => 'notifier.transport_factory.ovh-cloud',
27932793
NotifierBridge\PagerDuty\PagerDutyTransportFactory::class => 'notifier.transport_factory.pager-duty',
27942794
NotifierBridge\Plivo\PlivoTransportFactory::class => 'notifier.transport_factory.plivo',
2795+
NotifierBridge\Primotexto\PrimotextoTransportFactory::class => 'notifier.transport_factory.primotexto',
27952796
NotifierBridge\Pushover\PushoverTransportFactory::class => 'notifier.transport_factory.pushover',
27962797
NotifierBridge\Pushy\PushyTransportFactory::class => 'notifier.transport_factory.pushy',
27972798
NotifierBridge\Redlink\RedlinkTransportFactory::class => 'notifier.transport_factory.redlink',

Resources/config/notifier_transports.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
'orange-sms' => Bridge\OrangeSms\OrangeSmsTransportFactory::class,
8888
'ovh-cloud' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
8989
'plivo' => Bridge\Plivo\PlivoTransportFactory::class,
90+
'primotexto' => Bridge\Primotexto\PrimotextoTransportFactory::class,
9091
'pushover' => Bridge\Pushover\PushoverTransportFactory::class,
9192
'pushy' => Bridge\Pushy\PushyTransportFactory::class,
9293
'redlink' => Bridge\Redlink\RedlinkTransportFactory::class,

0 commit comments

Comments
 (0)