Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac4b76

Browse files
committed
[Notifier] [RocketChat] Fix wrong package name
1 parent 3a3b249 commit 2ac4b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class UnsupportedSchemeException extends LogicException
4040
],
4141
'rocketchat' => [
4242
'class' => Bridge\RocketChat\RocketChatTransportFactory::class,
43-
'package' => 'rocketchat-notifier',
43+
'package' => 'symfony/rocketchat-notifier',
4444
],
4545
'twilio' => [
4646
'class' => Bridge\Twilio\TwilioTransportFactory::class,

0 commit comments

Comments
 (0)