Skip to content

Commit 814f47e

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Resources/config/notifier_transports.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
use Symfony\Component\Notifier\Bridge\Zulip\ZulipTransportFactory;
4141
use Symfony\Component\Notifier\Transport\AbstractTransportFactory;
4242
use Symfony\Component\Notifier\Transport\NullTransportFactory;
43+
use Symfony\Component\Notifier\Bridge\LightSms\LightSmsTransportFactory;
4344

4445
return static function (ContainerConfigurator $container) {
4546
$container->services()
@@ -159,5 +160,9 @@
159160
->parent('notifier.transport_factory.abstract')
160161
->tag('chatter.transport_factory')
161162
->tag('texter.transport_factory')
163+
164+
->set('notifier.transport_factory.lightsms', LightSmsTransportFactory::class)
165+
->parent('notifier.transport_factory.abstract')
166+
->tag('texter.transport_factory')
162167
;
163168
};

0 commit comments

Comments
 (0)