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 @@ -92,6 +92,10 @@ class UnsupportedSchemeException extends LogicException
92
92
'class ' => Bridge \Gitter \GitterTransportFactory::class,
93
93
'package ' => 'symfony/gitter-notifier ' ,
94
94
],
95
+ 'goip ' => [
96
+ 'class ' => Bridge \GoIP \GoIPTransportFactory::class,
97
+ 'package ' => 'symfony/goip-notifier ' ,
98
+ ],
95
99
'googlechat ' => [
96
100
'class ' => Bridge \GoogleChat \GoogleChatTransportFactory::class,
97
101
'package ' => 'symfony/google-chat-notifier ' ,
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public static function setUpBeforeClass(): void
45
45
Bridge \FreeMobile \FreeMobileTransportFactory::class => false ,
46
46
Bridge \GatewayApi \GatewayApiTransportFactory::class => false ,
47
47
Bridge \Gitter \GitterTransportFactory::class => false ,
48
+ Bridge \GoIP \GoIPTransportFactory::class => false ,
48
49
Bridge \GoogleChat \GoogleChatTransportFactory::class => false ,
49
50
Bridge \Infobip \InfobipTransportFactory::class => false ,
50
51
Bridge \Iqsms \IqsmsTransportFactory::class => false ,
@@ -170,6 +171,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
170
171
yield ['twitter ' , 'symfony/twitter-notifier ' ];
171
172
yield ['zendesk ' , 'symfony/zendesk-notifier ' ];
172
173
yield ['zulip ' , 'symfony/zulip-notifier ' ];
174
+ yield ['goip ' , 'symfony/goip-notifier ' ];
173
175
}
174
176
175
177
/**
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ final class Transport
47
47
Bridge \FreeMobile \FreeMobileTransportFactory::class,
48
48
Bridge \GatewayApi \GatewayApiTransportFactory::class,
49
49
Bridge \Gitter \GitterTransportFactory::class,
50
+ Bridge \GoIP \GoIPTransportFactory::class,
50
51
Bridge \GoogleChat \GoogleChatTransportFactory::class,
51
52
Bridge \Infobip \InfobipTransportFactory::class,
52
53
Bridge \Iqsms \IqsmsTransportFactory::class,
You can’t perform that action at this time.
0 commit comments