We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7d787 commit fca2949Copy full SHA for fca2949
Exception/UnsupportedSchemeException.php
@@ -116,6 +116,10 @@ class UnsupportedSchemeException extends LogicException
116
'class' => Bridge\Clickatell\ClickatellTransportFactory::class,
117
'package' => 'symfony/clickatell-notifier',
118
],
119
+ 'lightsms' => [
120
+ 'class' => Bridge\LightSms\LightSmsTransportFactory::class,
121
+ 'package' => 'symfony/lightsms-notifier',
122
+ ],
123
];
124
125
/**
Transport.php
@@ -74,6 +74,7 @@ class Transport
74
OctopushTransportFactory::class,
75
GitterTransportFactory::class,
76
ClickatellTransportFactory::class,
77
+ LightSmsTransportFactory::class,
78
79
80
private $factories;
0 commit comments