Skip to content

Commit eeac112

Browse files
committed
[Notifier] Remove the Gitter bridge
1 parent 8e79d91 commit eeac112

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,6 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27792779
NotifierBridge\FortySixElks\FortySixElksTransportFactory::class => 'notifier.transport_factory.forty-six-elks',
27802780
NotifierBridge\FreeMobile\FreeMobileTransportFactory::class => 'notifier.transport_factory.free-mobile',
27812781
NotifierBridge\GatewayApi\GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api',
2782-
NotifierBridge\Gitter\GitterTransportFactory::class => 'notifier.transport_factory.gitter',
27832782
NotifierBridge\GoIp\GoIpTransportFactory::class => 'notifier.transport_factory.go-ip',
27842783
NotifierBridge\GoogleChat\GoogleChatTransportFactory::class => 'notifier.transport_factory.google-chat',
27852784
NotifierBridge\Infobip\InfobipTransportFactory::class => 'notifier.transport_factory.infobip',

Resources/config/notifier_transports.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'discord' => Bridge\Discord\DiscordTransportFactory::class,
3232
'fake-chat' => Bridge\FakeChat\FakeChatTransportFactory::class,
3333
'firebase' => Bridge\Firebase\FirebaseTransportFactory::class,
34-
'gitter' => Bridge\Gitter\GitterTransportFactory::class,
3534
'google-chat' => Bridge\GoogleChat\GoogleChatTransportFactory::class,
3635
'line-notify' => Bridge\LineNotify\LineNotifyTransportFactory::class,
3736
'linked-in' => Bridge\LinkedIn\LinkedInTransportFactory::class,

0 commit comments

Comments
 (0)