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
132132 'class ' => Bridge \LinkedIn \LinkedInTransportFactory::class,
133133 'package ' => 'symfony/linked-in-notifier ' ,
134134 ],
135+ 'lox24 ' => [
136+ 'class ' => Bridge \Lox24 \Lox24TransportFactory::class,
137+ 'package ' => 'symfony/lox24-notifier ' ,
138+ ],
135139 'mailjet ' => [
136140 'class ' => Bridge \Mailjet \MailjetTransportFactory::class,
137141 'package ' => 'symfony/mailjet-notifier ' ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public static function setUpBeforeClass(): void
5555 Bridge \LightSms \LightSmsTransportFactory::class => false ,
5656 Bridge \LineNotify \LineNotifyTransportFactory::class => false ,
5757 Bridge \LinkedIn \LinkedInTransportFactory::class => false ,
58+ Bridge \Lox24 \Lox24TransportFactory::class => false ,
5859 Bridge \Mailjet \MailjetTransportFactory::class => false ,
5960 Bridge \Mastodon \MastodonTransportFactory::class => false ,
6061 Bridge \Mattermost \MattermostTransportFactory::class => false ,
@@ -143,6 +144,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
143144 yield ['lightsms ' , 'symfony/light-sms-notifier ' ];
144145 yield ['linenotify ' , 'symfony/line-notify-notifier ' ];
145146 yield ['linkedin ' , 'symfony/linked-in-notifier ' ];
147+ yield ['lox24 ' , 'symfony/lox24-notifier ' ];
146148 yield ['mailjet ' , 'symfony/mailjet-notifier ' ];
147149 yield ['mastodon ' , 'symfony/mastodon-notifier ' ];
148150 yield ['mattermost ' , 'symfony/mattermost-notifier ' ];
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ final class Transport
5757 Bridge \LightSms \LightSmsTransportFactory::class,
5858 Bridge \LineNotify \LineNotifyTransportFactory::class,
5959 Bridge \LinkedIn \LinkedInTransportFactory::class,
60+ Bridge \Lox24 \Lox24TransportFactory::class,
6061 Bridge \Mailjet \MailjetTransportFactory::class,
6162 Bridge \Mastodon \MastodonTransportFactory::class,
6263 Bridge \Mattermost \MattermostTransportFactory::class,
You can’t perform that action at this time.
0 commit comments