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
The text was updated successfully, but these errors were encountered:
模型注释 查询语句加where IDE没有依赖注入
Sorry, something went wrong.
Webman-framework v1.5.16
数据库组件是laravel控制的项目,不是webman控制的。 应该是加上where后返回的类型是不可预知的,你可以强制加加一个类型标记给它。
/* @var Users $row */ $row = Users::where( column: "id'operator: 1)->first();
最新版已优化
No branches or pull requests
The text was updated successfully, but these errors were encountered: