8000 [Notifier] Add MessageMedia Bridge · symfony/symfony@8b8d715 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b8d715

Browse files
author
Adrian Nguyen
committed
[Notifier] Add MessageMedia Bridge
update transport
1 parent ddb7f7c commit 8b8d715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@
192192
->parent('notifier.transport_factory.abstract')
193193
->tag('texter.transport_factory')
194194

195-
->set('notifier.transport_factory.telnyx', TelnyxTransportFactory::class)
195+
->set('notifier.transport_factory.messagemedia', MessageMediaTransportFactory::class)
196196
->parent('notifier.transport_factory.abstract')
197197
->tag('texter.transport_factory')
198198

199-
->set('notifier.transport_factory.messagemedia', MessageMediaTransportFactory::class)
199+
->set('notifier.transport_factory.telnyx', TelnyxTransportFactory::class)
200200
->parent('notifier.transport_factory.abstract')
201201
->tag('texter.transport_factory')
202202
;

0 commit comments

Comments
 (0)
0