Skip to content

Commit 7cd044c

Browse files
committed
[Notifier] Fix wrong package name
1 parent 1995663 commit 7cd044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class UnsupportedSchemeException extends LogicException
3636
],
3737
'googlechat' => [
3838
'class' => Bridge\GoogleChat\GoogleChatTransportFactory::class,
39-
'package' => 'symfony/googlechat-notifier',
39+
'package' => 'symfony/google-chat-notifier',
4040
],
4141
'nexmo' => [
4242
'class' => Bridge\Nexmo\NexmoTransportFactory::class,

0 commit comments

Comments
 (0)