8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb7f7c commit 8b8d715Copy full SHA for 8b8d715
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
@@ -192,11 +192,11 @@
192
->parent('notifier.transport_factory.abstract')
193
->tag('texter.transport_factory')
194
195
- ->set('notifier.transport_factory.telnyx', TelnyxTransportFactory::class)
+ ->set('notifier.transport_factory.messagemedia', MessageMediaTransportFactory::class)
196
197
198
199
- ->set('notifier.transport_factory.messagemedia', MessageMediaTransportFactory::class)
+ ->set('notifier.transport_factory.telnyx', TelnyxTransportFactory::class)
200
201
202
;
0 commit comments