File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class UnsupportedSchemeException extends LogicException
93
93
'package ' => 'symfony/gitter-notifier ' ,
94
94
],
95
95
'goip ' => [
96
- 'class ' => Bridge \GoIP \GoIPTransportFactory ::class,
96
+ 'class ' => Bridge \GoIp \GoIpTransportFactory ::class,
97
97
'package ' => 'symfony/goip-notifier ' ,
98
98
],
99
99
'googlechat ' => [
Original file line number Diff line number Diff line change @@ -45,7 +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
+ Bridge \GoIp \GoIpTransportFactory ::class => false ,
49
49
Bridge \GoogleChat \GoogleChatTransportFactory::class => false ,
50
50
Bridge \Infobip \InfobipTransportFactory::class => false ,
51
51
Bridge \Iqsms \IqsmsTransportFactory::class => false ,
Original file line number Diff line number Diff line change @@ -47,7 +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
+ Bridge \GoIp \GoIpTransportFactory ::class,
51
51
Bridge \GoogleChat \GoogleChatTransportFactory::class,
52
52
Bridge \Infobip \InfobipTransportFactory::class,
53
53
Bridge \Iqsms \IqsmsTransportFactory::class,
You can’t perform that action at this time.
0 commit comments