File tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Notifier 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
use Symfony \Component \Notifier \Bridge \LightSms \LightSmsTransportFactory ;
25
25
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
26
26
use Symfony \Component \Notifier \Bridge \MessageBird \MessageBirdTransportFactory ;
27
- use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransport ;
27
+ use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory ;
28
28
use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
29
29
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
30
30
use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
@@ -68,7 +68,7 @@ class Transport
68
68
LightSmsTransportFactory::class,
69
69
MattermostTransportFactory::class,
70
70
MessageBirdTransportFactory::class,
71
- MicrosoftTeamsTransport ::class,
71
+ MicrosoftTeamsTransportFactory ::class,
72
72
MobytTransportFactory::class,
73
73
NexmoTransportFactory::class,
74
74
OctopushTransportFactory::class,
You can’t perform that action at this time.
0 commit comments