File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ class UnsupportedSchemeException extends LogicException
128
128
'class ' => Bridge \LightSms \LightSmsTransportFactory::class,
129
129
'package ' => 'symfony/lightsms-notifier ' ,
130
130
],
131
+ 'microsoftteams ' => [
132
+ 'class ' => Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory::class,
133
+ 'package ' => 'symfony/microsoft-teams-notifier ' ,
134
+ ],
131
135
];
132
136
133
137
/**
Original file line number Diff line number Diff line change 23
23
use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
24
24
use Symfony \Component \Notifier \Bridge \LightSms \LightSmsTransportFactory ;
25
25
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
26
+ use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransport ;
26
27
use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
27
28
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
28
29
use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
@@ -76,6 +77,7 @@ class Transport
76
77
GitterTransportFactory::class,
77
78
ClickatellTransportFactory::class,
78
79
LightSmsTransportFactory::class,
80
+ MicrosoftTeamsTransport::class,
79
81
];
80
82
81
83
private $ factories ;
You can’t perform that action at this time.
0 commit comments