Skip to content

Commit 2138b56

Browse files
committed
Add Mobyt Notifier bridge
1 parent 834cad0 commit 2138b56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Transport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Symfony\Component\Notifier\Bridge\FreeMobile\FreeMobileTransportFactory;
1616
use Symfony\Component\Notifier\Bridge\Infobip\InfobipTransportFactory;
1717
use Symfony\Component\Notifier\Bridge\Mattermost\MattermostTransportFactory;
18+
use Symfony\Component\Notifier\Bridge\Mobyt\MobytTransportFactory;
1819
use Symfony\Component\Notifier\Bridge\Nexmo\NexmoTransportFactory;
1920
use Symfony\Component\Notifier\Bridge\OvhCloud\OvhCloudTransportFactory;
2021
use Symfony\Component\Notifier\Bridge\RocketChat\RocketChatTransportFactory;
@@ -54,6 +55,7 @@ class Transport
5455
SinchTransportFactory::class,
5556
FreeMobileTransportFactory::class,
5657
ZulipTransportFactory::class,
58+
MobytTransportFactory::class,
5759
];
5860

5961
private $factories;

0 commit comments

Comments
 (0)