File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 42
42
use Symfony \Component \Notifier \Bridge \SmsBiuras \SmsBiurasTransportFactory ;
43
43
use Symfony \Component \Notifier \Bridge \SpotHit \SpotHitTransportFactory ;
44
44
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
45
+ use Symfony \Component \Notifier \Bridge \Telnyx \TelnyxTransportFactory ;
45
46
use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
46
47
use Symfony \Component \Notifier \Bridge \Zulip \ZulipTransportFactory ;
47
48
use Symfony \Component \Notifier \Transport \AbstractTransportFactory ;
189
190
->set ('notifier.transport_factory.messagebird ' , MessageBirdTransportFactory::class)
190
191
->parent ('notifier.transport_factory.abstract ' )
191
192
->tag ('texter.transport_factory ' )
193
+
194
+ ->set ('notifier.transport_factory.telnyx ' , TelnyxTransportFactory::class)
195
+ ->parent ('notifier.transport_factory.abstract ' )
196
+ ->tag ('texter.transport_factory ' )
192
197
;
193
198
};
You can’t perform that action at this time.
0 commit comments