File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ class UnsupportedSchemeException extends LogicException
74
74
'class ' => Bridge \Zulip \ZulipTransportFactory::class,
75
75
'package ' => 'symfony/zulip-notifier ' ,
76
76
],
77
+ 'smsapi ' => [
78
+ 'class ' => Bridge \Smsapi \SmsapiTransportFactory::class,
79
+ 'package ' => 'symfony/smsapi-notifier ' ,
80
+ ],
77
81
];
78
82
79
83
/**
Original file line number Diff line number Diff line change 21
21
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
22
22
use Symfony \Component \Notifier \Bridge \Sinch \SinchTransportFactory ;
23
23
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
24
+ use Symfony \Component \Notifier \Bridge \Smsapi \SmsapiTransportFactory ;
24
25
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
25
26
use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
26
27
use Symfony \Component \Notifier \Bridge \Zulip \ZulipTransportFactory ;
@@ -56,6 +57,7 @@ class Transport
56
57
FreeMobileTransportFactory::class,
57
58
ZulipTransportFactory::class,
58
59
MobytTransportFactory::class,
60
+ SmsapiTransportFactory::class,
59
61
];
60
62
61
63
private $ factories ;
You can’t perform that action at this time.
0 commit comments