File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,10 @@ class UnsupportedSchemeException extends LogicException
200
200
'class ' => Bridge \Pushover \PushoverTransportFactory::class,
201
201
'package ' => 'symfony/pushover-notifier ' ,
202
202
],
203
+ 'pushy ' => [
204
+ 'class ' => Bridge \Pushy \PushyTransportFactory::class,
205
+ 'package ' => 'symfony/pushy-notifier ' ,
206
+ ],
203
207
'redlink ' => [
204
208
'class ' => Bridge \Redlink \RedlinkTransportFactory::class,
205
209
'package ' => 'symfony/redlink-notifier ' ,
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ public static function setUpBeforeClass(): void
72
72
Bridge \PagerDuty \PagerDutyTransportFactory::class => false ,
73
73
Bridge \Plivo \PlivoTransportFactory::class => false ,
74
74
Bridge \Pushover \PushoverTransportFactory::class => false ,
75
+ Bridge \Pushy \PushyTransportFactory::class => false ,
75
76
Bridge \Redlink \RedlinkTransportFactory::class => false ,
76
77
Bridge \RingCentral \RingCentralTransportFactory::class => false ,
77
78
Bridge \RocketChat \RocketChatTransportFactory::class => false ,
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ final class Transport
74
74
Bridge \PagerDuty \PagerDutyTransportFactory::class,
75
75
Bridge \Plivo \PlivoTransportFactory::class,
76
76
Bridge \Pushover \PushoverTransportFactory::class,
77
+ Bridge \Pushy \PushyTransportFactory::class,
77
78
Bridge \Redlink \RedlinkTransportFactory::class,
78
79
Bridge \RingCentral \RingCentralTransportFactory::class,
79
80
Bridge \RocketChat \RocketChatTransportFactory::class,
You can’t perform that action at this time.
0 commit comments