walkor / webman-framework

webman-framework
116 stars 57 forks source link

fix: 一定场景下orderBy等没有语法提示 #91

Closed fgt1t5y closed 10 months ago

fgt1t5y commented 10 months ago

代码: 图片

在修改前这样写:

$topics = Topic::orderBy('created_at')->with('author:id,username')->get();

把鼠标移到with上面没有语法提示

但是 修改后就有了:

图片