File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424use Symfony \Component \Notifier \Bridge \LightSms \LightSmsTransportFactory ;
2525use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
2626use Symfony \Component \Notifier \Bridge \MessageBird \MessageBirdTransportFactory ;
27- use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransport ;
27+ use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory ;
2828use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
2929use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
3030use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
@@ -68,7 +68,7 @@ class Transport
6868 LightSmsTransportFactory::class,
6969 MattermostTransportFactory::class,
7070 MessageBirdTransportFactory::class,
71- MicrosoftTeamsTransport ::class,
71+ MicrosoftTeamsTransportFactory ::class,
7272 MobytTransportFactory::class,
7373 NexmoTransportFactory::class,
7474 OctopushTransportFactory::class,
You can’t perform that action at this time.
0 commit comments