Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3b249 commit 3444372Copy full SHA for 3444372
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,
@@ -56,7 +56,7 @@ class UnsupportedSchemeException extends LogicException
56
57
'ovhcloud' => [
58
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
59
- 'package' => 'symfony/ovhcloud-notifier',
+ 'package' => 'symfony/ovh-cloud-notifier',
60
61
'sinch' => [
62
'class' => Bridge\Sinch\SinchTransportFactory::class,
0 commit comments