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 @@ -120,6 +120,10 @@ class UnsupportedSchemeException extends LogicException
120
120
'class ' => Bridge \OneSignal \OneSignalTransportFactory::class,
121
121
'package ' => 'symfony/one-signal-notifier ' ,
122
122
],
123
+ 'orange-sms ' => [
124
+ 'class ' => Bridge \OrangeSms \OrangeSmsTransportFactory::class,
125
+ 'package ' => 'symfony/orange-sms-notifier ' ,
126
+ ],
123
127
'ovhcloud ' => [
124
128
'class ' => Bridge \OvhCloud \OvhCloudTransportFactory::class,
125
129
'package ' => 'symfony/ovh-cloud-notifier ' ,
Original file line number Diff line number Diff line change 31
31
use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory ;
32
32
use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
33
33
use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
34
+ use Symfony \Component \Notifier \Bridge \OrangeSms \OrangeSmsTransportFactory ;
34
35
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
35
36
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
36
37
use Symfony \Component \Notifier \Bridge \Sendinblue \SendinblueTransportFactory ;
@@ -84,6 +85,7 @@ final class Transport
84
85
MicrosoftTeamsTransportFactory::class,
85
86
MobytTransportFactory::class,
86
87
OctopushTransportFactory::class,
88
+ OrangeSmsTransportFactory::class,
87
89
OvhCloudTransportFactory::class,
88
90
RocketChatTransportFactory::class,
89
91
SendinblueTransportFactory::class,
You can’t perform that action at this time.
0 commit comments