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 3a3b249 commit d1e2606Copy full SHA for d1e2606
src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php
@@ -40,7 +40,7 @@ class UnsupportedSchemeException extends LogicException
40
],
41
'rocketchat' => [
42
'class' => Bridge\RocketChat\RocketChatTransportFactory::class,
43
- 'package' => 'rocketchat-notifier',
+ 'package' => 'symfony/rocket-chat-notifier',
44
45
'twilio' => [
46
'class' => Bridge\Twilio\TwilioTransportFactory::class,
0 commit comments