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 @@ -52,6 +52,10 @@ class UnsupportedSchemeException extends LogicException
52
52
'class ' => Bridge \Twilio \TwilioTransportFactory::class,
53
53
'package ' => 'symfony/twilio-notifier ' ,
54
54
],
55
+ 'allmysms ' => [
56
+ 'class ' => Bridge \AllMySms \AllMySmsTransportFactory::class,
57
+ 'package ' => 'symfony/allmysms-notifier ' ,
58
+ ],
55
59
'infobip ' => [
56
60
'class ' => Bridge \Infobip \InfobipTransportFactory::class,
57
61
'package ' => 'symfony/infobip-notifier ' ,
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Notifier ;
13
13
14
+ use Symfony \Component \Notifier \Bridge \AllMySms \AllMySmsTransportFactory ;
14
15
use Symfony \Component \Notifier \Bridge \Discord \DiscordTransportFactory ;
15
16
use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
16
17
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
@@ -55,6 +56,7 @@ class Transport
55
56
IqsmsTransportFactory::class,
56
57
RocketChatTransportFactory::class,
57
58
TwilioTransportFactory::class,
59
+ AllMySmsTransportFactory::class,
58
60
InfobipTransportFactory::class,
59
61
OvhCloudTransportFactory::class,
60
62
FirebaseTransportFactory::class,
You can’t perform that action at this time.
0 commit comments