Skip to content

Commit fca2949

Browse files
Vasilij DuskoVasilij Dusko | CREATION
authored andcommitted
* Attached file changes which are required to run the lightsms notifier
1 parent ab7d787 commit fca2949

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ class UnsupportedSchemeException extends LogicException
116116
'class' => Bridge\Clickatell\ClickatellTransportFactory::class,
117117
'package' => 'symfony/clickatell-notifier',
118118
],
119+
'lightsms' => [
120+
'class' => Bridge\LightSms\LightSmsTransportFactory::class,
121+
'package' => 'symfony/lightsms-notifier',
122+
],
119123
];
120124

121125
/**

Transport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class Transport
7474
OctopushTransportFactory::class,
7575
GitterTransportFactory::class,
7676
ClickatellTransportFactory::class,
77+
LightSmsTransportFactory::class,
7778
];
7879

7980
private $factories;

0 commit comments

Comments
 (0)