File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ class UnsupportedSchemeException extends LogicException
132
132
'class ' => Bridge \LinkedIn \LinkedInTransportFactory::class,
133
133
'package ' => 'symfony/linked-in-notifier ' ,
134
134
],
135
+ 'lox24 ' => [
136
+ 'class ' => Bridge \Lox24 \Lox24TransportFactory::class,
137
+ 'package ' => 'symfony/lox24-notifier ' ,
138
+ ],
135
139
'mailjet ' => [
136
140
'class ' => Bridge \Mailjet \MailjetTransportFactory::class,
137
141
'package ' => 'symfony/mailjet-notifier ' ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public static function setUpBeforeClass(): void
55
55
Bridge \LightSms \LightSmsTransportFactory::class => false ,
56
56
Bridge \LineNotify \LineNotifyTransportFactory::class => false ,
57
57
Bridge \LinkedIn \LinkedInTransportFactory::class => false ,
58
+ Bridge \Lox24 \Lox24TransportFactory::class => false ,
58
59
Bridge \Mailjet \MailjetTransportFactory::class => false ,
59
60
Bridge \Mastodon \MastodonTransportFactory::class => false ,
60
61
Bridge \Mattermost \MattermostTransportFactory::class => false ,
@@ -143,6 +144,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
143
144
yield ['lightsms ' , 'symfony/light-sms-notifier ' ];
144
145
yield ['linenotify ' , 'symfony/line-notify-notifier ' ];
145
146
yield ['linkedin ' , 'symfony/linked-in-notifier ' ];
147
+ yield ['lox24 ' , 'symfony/lox24-notifier ' ];
146
148
yield ['mailjet ' , 'symfony/mailjet-notifier ' ];
147
149
yield ['mastodon ' , 'symfony/mastodon-notifier ' ];
148
150
yield ['mattermost ' , 'symfony/mattermost-notifier ' ];
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ final class Transport
57
57
Bridge \LightSms \LightSmsTransportFactory::class,
58
58
Bridge \LineNotify \LineNotifyTransportFactory::class,
59
59
Bridge \LinkedIn \LinkedInTransportFactory::class,
60
+ Bridge \Lox24 \Lox24TransportFactory::class,
60
61
Bridge \Mailjet \MailjetTransportFactory::class,
61
62
Bridge \Mastodon \MastodonTransportFactory::class,
62
63
Bridge \Mattermost \MattermostTransportFactory::class,
You can’t perform that action at this time.
0 commit comments