8000 [FrameworkBundle] Fix Telnyx service registration · symfony/symfony@e5888a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5888a4

Browse files
committed
[FrameworkBundle] Fix Telnyx service registration
1 parent e0f14f6 commit e5888a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
use Symfony\Component\Notifier\Bridge\SmsBiuras\SmsBiurasTransportFactory;
141141
use Symfony\Component\Notifier\Bridge\SpotHit\SpotHitTransportFactory;
142142
use Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory;
143+
use Symfony\Component\Notifier\Bridge\Telnyx\TelnyxTransportFactory;
143144
use Symfony\Component\Notifier\Bridge\Twilio\TwilioTransportFactory;
144145
use Symfony\Component\Notifier\Bridge\Zulip\ZulipTransportFactory;
145146
use Symfony\Component\Notifier\Notifier;
@@ -2443,6 +2444,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
24432444
SmsBiurasTransportFactory::class => 'notifier.transport_factory.smsbiuras',
24442445
SpotHitTransportFactory::class => 'notifier.transport_factory.spothit',
24452446
TelegramTransportFactory::class => 'notifier.transport_factory.telegram',
2447+
TelnyxTransportFactory::class => 'notifier.transport_factory.telnyx',
24462448
TwilioTransportFactory::class => 'notifier.transport_factory.twilio',
24472449
ZulipTransportFactory::class => 'notifier.transport_factory.zulip',
24482450
];

0 commit comments

Comments
 (0)
0