ThinkPHP6.0在phpstorm添加查询构造器和模型的代码提示

日期:2022-10-08 11:35:43 作者:磊落不羁 栏目:thinkphp6 评论(0)
ThinkPHP6.0升级后  使用查询构造器和模型都没有了提示原因是tp6源码中没有添加注释找到Model.php* @method Query where(mixed $field, string $op = null, mixed $condition = null) static 查询条件  * @method Query whereTime(string $field, st...