File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 15
15
use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
16
16
use Symfony \Component \Notifier \Bridge \Infobip \InfobipTransportFactory ;
17
17
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
18
+ use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
18
19
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
19
20
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
20
21
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
@@ -54,6 +55,7 @@ class Transport
54
55
SinchTransportFactory::class,
55
56
FreeMobileTransportFactory::class,
56
57
ZulipTransportFactory::class,
58
+ MobytTransportFactory::class,
57
59
];
58
60
59
61
private $ factories ;
You can’t perform that action at this time.
0 commit comments