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
120120 'class ' => Bridge \OneSignal \OneSignalTransportFactory::class,
121121 'package ' => 'symfony/one-signal-notifier ' ,
122122 ],
123+ 'orange-sms ' => [
124+ 'class ' => Bridge \OrangeSms \OrangeSmsTransportFactory::class,
125+ 'package ' => 'symfony/orange-sms-notifier ' ,
126+ ],
123127 'ovhcloud ' => [
124128 'class ' => Bridge \OvhCloud \OvhCloudTransportFactory::class,
125129 'package ' => 'symfony/ovh-cloud-notifier ' ,
Original file line number Diff line number Diff line change 3131use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory ;
3232use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
3333use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
34+ use Symfony \Component \Notifier \Bridge \OrangeSms \OrangeSmsTransportFactory ;
3435use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
3536use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
3637use Symfony \Component \Notifier \Bridge \Sendinblue \SendinblueTransportFactory ;
@@ -84,6 +85,7 @@ final class Transport
8485 MicrosoftTeamsTransportFactory::class,
8586 MobytTransportFactory::class,
8687 OctopushTransportFactory::class,
88+ OrangeSmsTransportFactory::class,
8789 OvhCloudTransportFactory::class,
8890 RocketChatTransportFactory::class,
8991 SendinblueTransportFactory::class,
You can’t perform that action at this time.
0 commit comments