Skip to content

Commit b872946

Browse files
committed
rename GoIP notifier bridge to GopIp
1 parent 53a6a34 commit b872946

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class UnsupportedSchemeException extends LogicException
9393
'package' => 'symfony/gitter-notifier',
9494
],
9595
'goip' => [
96-
'class' => Bridge\GoIP\GoIPTransportFactory::class,
96+
'class' => Bridge\GoIp\GoIpTransportFactory::class,
9797
'package' => 'symfony/goip-notifier',
9898
],
9999
'googlechat' => [

Tests/Exception/UnsupportedSchemeExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function setUpBeforeClass(): void
4545
Bridge\FreeMobile\FreeMobileTransportFactory::class => false,
4646
Bridge\GatewayApi\GatewayApiTransportFactory::class => false,
4747
Bridge\Gitter\GitterTransportFactory::class => false,
48-
Bridge\GoIP\GoIPTransportFactory::class => false,
48+
Bridge\GoIp\GoIpTransportFactory::class => false,
4949
Bridge\GoogleChat\GoogleChatTransportFactory::class => false,
5050
Bridge\Infobip\InfobipTransportFactory::class => false,
5151
Bridge\Iqsms\IqsmsTransportFactory::class => false,

Transport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class Transport
4747
Bridge\FreeMobile\FreeMobileTransportFactory::class,
4848
Bridge\GatewayApi\GatewayApiTransportFactory::class,
4949
Bridge\Gitter\GitterTransportFactory::class,
50-
Bridge\GoIP\GoIPTransportFactory::class,
50+
Bridge\GoIp\GoIpTransportFactory::class,
5151
Bridge\GoogleChat\GoogleChatTransportFactory::class,
5252
Bridge\Infobip\InfobipTransportFactory::class,
5353
Bridge\Iqsms\IqsmsTransportFactory::class,

0 commit comments

Comments
 (0)