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 @@ -188,6 +188,10 @@ class UnsupportedSchemeException extends LogicException
188
188
'class ' => Bridge \Pushover \PushoverTransportFactory::class,
189
189
'package ' => 'symfony/pushover-notifier ' ,
190
190
],
191
+ 'redlink ' => [
192
+ 'class ' => Bridge \Redlink \RedlinkTransportFactory::class,
193
+ 'package ' => 'symfony/redlink-notifier ' ,
194
+ ],
191
195
'ringcentral ' => [
192
196
'class ' => Bridge \RingCentral \RingCentralTransportFactory::class,
193
197
'package ' => 'symfony/ring-central-notifier ' ,
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ public static function setUpBeforeClass(): void
70
70
Bridge \Plivo \PlivoTransportFactory::class => false ,
71
71
Bridge \Pushover \PushoverTransportFactory::class => false ,
72
72
Bridge \RingCentral \RingCentralTransportFactory::class => false ,
73
+ Bridge \Redlink \RedlinkTransportFactory::class => false ,
73
74
Bridge \RocketChat \RocketChatTransportFactory::class => false ,
74
75
Bridge \Sendberry \SendberryTransportFactory::class => false ,
75
76
Bridge \Sendinblue \SendinblueTransportFactory::class => false ,
@@ -146,6 +147,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
146
147
yield ['onesignal ' , 'symfony/one-signal-notifier ' ];
147
148
yield ['ovhcloud ' , 'symfony/ovh-cloud-notifier ' ];
148
149
yield ['plivo ' , 'symfony/plivo-notifier ' ];
150
+ yield ['redlink ' , 'symfony/redlink-notifier ' ];
149
151
yield ['ringcentral ' , 'symfony/ring-central-notifier ' ];
150
152
yield ['rocketchat ' , 'symfony/rocket-chat-notifier ' ];
151
153
yield ['sendberry ' , 'symfony/sendberry-notifier ' ];
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ final class Transport
71
71
Bridge \PagerDuty \PagerDutyTransportFactory::class,
72
72
Bridge \Plivo \PlivoTransportFactory::class,
73
73
Bridge \Pushover \PushoverTransportFactory::class,
74
+ Bridge \Redlink \RedlinkTransportFactory::class,
74
75
Bridge \RingCentral \RingCentralTransportFactory::class,
75
76
Bridge \RocketChat \RocketChatTransportFactory::class,
76
77
Bridge \Sendberry \SendberryTransportFactory::class,
You can’t perform that action at this time.
0 commit comments