plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: Type hint relation class in "with" query builder

Open gander opened this issue 4 years ago • 0 comments

Feature Description

If possible, add a query builder class hint for the relationship.

Open dropdown from cursor...

Model::query()->with(['relatedModel' => function (<cursor>) {}])

and choose:

Model::query()->with(['relatedModel' => function (\Illuminate\Database\Eloquent\Relations\HasMany $query) {}])

gander avatar Sep 28 '21 07:09 gander