We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi folks, I think there is a minor mistake in this bundle:
In Nitrado.php line 78: Undefined constant "ItsMeStevieG\OAuth2\Client\Provider\SCOPE_USER_INFO"
this (\ItsMeStevieG\OAuth2\Client\Provider\Nitrado::getDefaultScopes)
protected function getDefaultScopes(): array { return [SCOPE_USER_INFO]; }
should probably be
protected function getDefaultScopes(): array { return [self::SCOPE_USER_INFO]; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi folks,
I think there is a minor mistake in this bundle:
this (\ItsMeStevieG\OAuth2\Client\Provider\Nitrado::getDefaultScopes)
should probably be
The text was updated successfully, but these errors were encountered: