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
问题描述:在QQ互联 获取用户信息 包含 unionId时,需在create('qq')后带上 withUnionId()方法,vscode 装上PHP Intelephense扩展插件后,会提示 【withUnionId】未定义,看着不是很舒服
代码:
$socialite = new SocialiteManager(config('socialite')); $user = $socialite->create('qq')->withUnionId()->userFromCode($code);
PHP Intelephense 最新版:https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述:在QQ互联 获取用户信息 包含 unionId时,需在create('qq')后带上 withUnionId()方法,vscode 装上PHP Intelephense扩展插件后,会提示 【withUnionId】未定义,看着不是很舒服
代码:
PHP Intelephense 最新版:https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client
The text was updated successfully, but these errors were encountered: