Skip to content

Commit 766daee

Browse files
author
Samael tomas
committed
[Notifier] Add Primotexto bridge
1 parent 3d93e08 commit 766daee

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
@@ -2783,6 +2783,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27832783
NotifierBridge\OvhCloud\OvhCloudTransportFactory::class => 'notifier.transport_factory.ovh-cloud',
27842784
NotifierBridge\PagerDuty\PagerDutyTransportFactory::class => 'notifier.transport_factory.pager-duty',
27852785
NotifierBridge\Plivo\PlivoTransportFactory::class => 'notifier.transport_factory.plivo',
2786+
NotifierBridge\Primotexto\PrimotextoTransportFactory::class => 'notifier.transport_factory.primotexto',
27862787
NotifierBridge\Pushover\PushoverTransportFactory::class => 'notifier.transport_factory.pushover',
27872788
NotifierBridge\Pushy\PushyTransportFactory::class => 'notifier.transport_factory.pushy',
27882789
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)