mridul89

Results 3 comments of mridul89

I created PR for this around a month ago- https://github.com/barryvdh/laravel-ide-helper/pull/1325

@mfn Sorry about that, i thought the existing tests would be fine since this is a bugfix. I pushed another commit on the PR https://github.com/barryvdh/laravel-ide-helper/pull/1325 now.

It is needed to autocomplete `\Illuminate\Database\Eloquent\Builder` class methods such as `where` or `find` Example- `User::where('id', 1)` or `User::find(1)`