Skip to content

Commit d9c6f05

Browse files
Add symfony/gitter-notifier bridge
1 parent 02ebb59 commit d9c6f05

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ class UnsupportedSchemeException extends LogicException
104104
'class' => Bridge\Mercure\MercureTransportFactory::class,
105105
'package' => 'symfony/mercure-notifier',
106106
],
107+
'gitter' => [
108+
'class' => Bridge\Gitter\GitterTransportFactory::class,
109+
'package' => 'symfony/gitter-notifier',
110+
],
107111
];
108112

109113
/**

Transport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseTransportFactory;
1818
use Symfony\Component\Notifier\Bridge\FreeMobile\FreeMobileTransportFactory;
1919
use Symfony\Component\Notifier\Bridge\GatewayApi\GatewayApiTransportFactory;
20+
use Symfony\Component\Notifier\Bridge\Gitter\GitterTransportFactory;
2021
use Symfony\Component\Notifier\Bridge\Infobip\InfobipTransportFactory;
2122
use Symfony\Component\Notifier\Bridge\Iqsms\IqsmsTransportFactory;
2223
use Symfony\Component\Notifier\Bridge\Mattermost\MattermostTransportFactory;
@@ -70,6 +71,7 @@ class Transport
7071
DiscordTransportFactory::class,
7172
GatewayApiTransportFactory::class,
7273
OctopushTransportFactory::class,
74+
GitterTransportFactory::class,
7375
];
7476

7577
private $factories;

0 commit comments

Comments
 (0)