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 \Clickatell \ClickatellTransportFactory::class,
121
121
'package ' => 'symfony/clickatell-notifier ' ,
122
122
],
123
+ 'lightsms ' => [
124
+ 'class ' => Bridge \LightSms \LightSmsTransportFactory::class,
125
+ 'package ' => 'symfony/lightsms-notifier ' ,
126
+ ],
123
127
];
124
128
125
129
/**
Original file line number Diff line number Diff line change 21
21
use Symfony \Component \Notifier \Bridge \Gitter \GitterTransportFactory ;
22
22
use Symfony \Component \Notifier \Bridge \Infobip \InfobipTransportFactory ;
23
23
use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
24
+ use Symfony \Component \Notifier \Bridge \LightSms \LightSmsTransportFactory ;
24
25
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
25
26
use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
26
27
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
@@ -74,6 +75,7 @@ class Transport
74
75
OctopushTransportFactory::class,
75
76
GitterTransportFactory::class,
76
77
ClickatellTransportFactory::class,
78
+ LightSmsTransportFactory::class,
77
79
];
78
80
79
81
private $ factories ;
You can’t perform that action at this time.
0 commit comments