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
composer之后,在laravel里,直接用文档示例 use .... ..... $ql = QueryList::get..... 报错"Parse error: syntax error, unexpected '$ql' (T_VARIABLE), expecting function (T_FUNCTION) or const (T_CONST)"
php 7.2.3 开发模式
The text was updated successfully, but these errors were encountered:
看错误提示应该是你用法不对,贴出代码看看。
Sorry, something went wrong.
也有可能,降到7.1.15可以了,忘了当时代码怎么写的了
No branches or pull requests
composer之后,在laravel里,直接用文档示例
use ....
.....
$ql = QueryList::get.....
报错"Parse error: syntax error, unexpected '$ql' (T_VARIABLE), expecting function (T_FUNCTION) or const (T_CONST)"
php 7.2.3 开发模式
The text was updated successfully, but these errors were encountered: