mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Fixes #6 Eloquent doesn't have the where() methods, and other query methods, but resolves them with __call(). Extending the Builder class seems the most appropriate solution.