File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ class UnsupportedSchemeException extends LogicException
148
148
'class ' => Bridge \Mastodon \MastodonTransportFactory::class,
149
149
'package ' => 'symfony/mastodon-notifier ' ,
150
150
],
151
+ 'matrix ' => [
152
+ 'class ' => Bridge \Matrix \MatrixTransportFactory::class,
153
+ 'package ' => 'symfony/matrix-notifier ' ,
154
+ ],
151
155
'mattermost ' => [
152
156
'class ' => Bridge \Mattermost \MattermostTransportFactory::class,
153
157
'package ' => 'symfony/mattermost-notifier ' ,
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ public static function setUpBeforeClass(): void
58
58
Bridge \Lox24 \Lox24TransportFactory::class => false ,
59
59
Bridge \Mailjet \MailjetTransportFactory::class => false ,
60
60
Bridge \Mastodon \MastodonTransportFactory::class => false ,
61
+ Bridge \Matrix \MatrixTransportFactory::class => false ,
61
62
Bridge \Mattermost \MattermostTransportFactory::class => false ,
62
63
Bridge \Mercure \MercureTransportFactory::class => false ,
63
64
Bridge \MessageBird \MessageBirdTransportFactory::class => false ,
@@ -155,6 +156,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
155
156
yield ['lox24 ' , 'symfony/lox24-notifier ' ];
156
157
yield ['mailjet ' , 'symfony/mailjet-notifier ' ];
157
158
yield ['mastodon ' , 'symfony/mastodon-notifier ' ];
159
+ yield ['matrix ' , 'symfony/matrix-notifier ' ];
158
160
yield ['mattermost ' , 'symfony/mattermost-notifier ' ];
159
161
yield ['mercure ' , 'symfony/mercure-notifier ' ];
160
162
yield ['messagebird ' , 'symfony/message-bird-notifier ' ];
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ final class Transport
60
60
Bridge \Lox24 \Lox24TransportFactory::class,
61
61
Bridge \Mailjet \MailjetTransportFactory::class,
62
62
Bridge \Mastodon \MastodonTransportFactory::class,
63
+ Bridge \Matrix \MatrixTransportFactory::class,
63
64
Bridge \Mattermost \MattermostTransportFactory::class,
64
65
Bridge \Mercure \MercureTransportFactory::class,
65
66
Bridge \MessageBird \MessageBirdTransportFactory::class,
You can’t perform that action at this time.
0 commit comments