Skip to content

Commit 12787a5

Browse files
GromNaNfabpot
authored andcommitted
[Notifier] Add Google Chat bridge
1 parent a8e7d90 commit 12787a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class UnsupportedSchemeException extends LogicException
3434
'class' => Bridge\Mattermost\MattermostTransportFactory::class,
3535
'package' => 'symfony/mattermost-notifier',
3636
],
37+
'googlechat' => [
38+
'class' => Bridge\GoogleChat\GoogleChatTransportFactory::class,
39+
'package' => 'symfony/googlechat-notifier',
40+
],
3741
'nexmo' => [
3842
'class' => Bridge\Nexmo\NexmoTransportFactory::class,
3943
'package' => 'symfony/nexmo-notifier',

0 commit comments

Comments
 (0)