mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
These two methods are already regular methods on the trait, there's no need to add them and additionally they're not static, so their definition was changed for the worse. The other methods are magic so it's fine to keep them. Fixes https://github.com/barryvdh/laravel-ide-helper/issues/917