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 @@ -42,6 +42,10 @@ class UnsupportedSchemeException extends LogicException
42
42
'class ' => Bridge \Nexmo \NexmoTransportFactory::class,
43
43
'package ' => 'symfony/nexmo-notifier ' ,
44
44
],
45
+ 'iqsms ' => [
46
+ 'class ' => Bridge \Iqsms \IqsmsTransportFactory::class,
47
+ 'package ' => 'symfony/iqsms-notifier ' ,
48
+ ],
45
49
'rocketchat ' => [
46
50
'class ' => Bridge \RocketChat \RocketChatTransportFactory::class,
47
51
'package ' => 'symfony/rocket-chat-notifier ' ,
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
17
17
use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
18
18
use Symfony \Component \Notifier \Bridge \Infobip \InfobipTransportFactory ;
19
+ use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
19
20
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
20
21
use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
21
22
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
@@ -51,6 +52,7 @@ class Transport
51
52
TelegramTransportFactory::class,
52
53
MattermostTransportFactory::class,
53
54
NexmoTransportFactory::class,
55
+ IqsmsTransportFactory::class,
54
56
RocketChatTransportFactory::class,
55
57
TwilioTransportFactory::class,
56
58
InfobipTransportFactory::class,
You can’t perform that action at this time.
0 commit comments