-
|
Error: "Cannot instantiate interface Lcobucci\JWT\Signer\Key" Program: use Lcobucci\JWT\Signer\Key; public function chat() |
Beta Was this translation helpful? Give feedback.
Answered by
Ocramius
Jun 7, 2021
Replies: 1 comment 3 replies
-
|
That's because Line 6 in 207955d Are you reading the docs for the correct version of the library? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
lcobucci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's because
Keyis an interface:jwt/src/Signer/Key.php
Line 6 in 207955d
Are you reading the docs for the correct version of the library?