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 @@ -132,6 +132,10 @@ class UnsupportedSchemeException extends LogicException
132
132
'class ' => Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory::class,
133
133
'package ' => 'symfony/microsoft-teams-notifier ' ,
134
134
],
135
+ 'smsbiuras ' => [
136
+ 'class ' => Bridge \SmsBiuras \SmsBiurasTransportFactory::class,
137
+ 'package ' => 'symfony/sms-biuras-notifier ' ,
138
+ ],
135
139
];
136
140
137
141
/**
Original file line number Diff line number Diff line change 33
33
use Symfony \Component \Notifier \Bridge \Sinch \SinchTransportFactory ;
34
34
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
35
35
use Symfony \Component \Notifier \Bridge \Smsapi \SmsapiTransportFactory ;
36
+ use Symfony \Component \Notifier \Bridge \SmsBiuras \SmsBiurasTransportFactory ;
36
37
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
37
38
use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
38
39
use Symfony \Component \Notifier \Bridge \Zulip \ZulipTransportFactory ;
@@ -78,6 +79,7 @@ class Transport
78
79
ClickatellTransportFactory::class,
79
80
LightSmsTransportFactory::class,
80
81
MicrosoftTeamsTransport::class,
82
+ SmsBiurasTransportFactory::class,
81
83
];
82
84
83
85
private $ factories ;
You can’t perform that action at this time.
0 commit comments