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 @@ -54,6 +54,10 @@ class UnsupportedSchemeException extends LogicException
5454 'class ' => Bridge \Twilio \TwilioTransportFactory::class,
5555 'package ' => 'symfony/twilio-notifier ' ,
5656 ],
57+ 'allmysms ' => [
58+ 'class ' => Bridge \AllMySms \AllMySmsTransportFactory::class,
59+ 'package ' => 'symfony/allmysms-notifier ' ,
60+ ],
5761 'infobip ' => [
5862 'class ' => Bridge \Infobip \InfobipTransportFactory::class,
5963 'package ' => 'symfony/infobip-notifier ' ,
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Notifier ;
1313
14+ use Symfony \Component \Notifier \Bridge \AllMySms \AllMySmsTransportFactory ;
1415use Symfony \Component \Notifier \Bridge \Discord \DiscordTransportFactory ;
1516use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
1617use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
@@ -55,6 +56,7 @@ class Transport
5556 IqsmsTransportFactory::class,
5657 RocketChatTransportFactory::class,
5758 TwilioTransportFactory::class,
59+ AllMySmsTransportFactory::class,
5860 InfobipTransportFactory::class,
5961 OvhCloudTransportFactory::class,
6062 FirebaseTransportFactory::class,
You can’t perform that action at this time.
0 commit comments