We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e7d90 commit 12787a5Copy full SHA for 12787a5
Exception/UnsupportedSchemeException.php
@@ -34,6 +34,10 @@ class UnsupportedSchemeException extends LogicException
34
'class' => Bridge\Mattermost\MattermostTransportFactory::class,
35
'package' => 'symfony/mattermost-notifier',
36
],
37
+ 'googlechat' => [
38
+ 'class' => Bridge\GoogleChat\GoogleChatTransportFactory::class,
39
+ 'package' => 'symfony/googlechat-notifier',
40
+ ],
41
'nexmo' => [
42
'class' => Bridge\Nexmo\NexmoTransportFactory::class,
43
'package' => 'symfony/nexmo-notifier',
0 commit comments