spatie / laravel-query-builder

Easily build Eloquent queries from API requests
https://spatie.be/docs/laravel-query-builder
MIT License
4.02k stars 397 forks source link

Static methods not being found in VSCode #731

Closed DanjBethel closed 2 years ago

DanjBethel commented 2 years ago

Getting "Non static method 'for' should not be called statically."

Laravel: 9 PHP: 8.1 Laravel-query-builder: 5.0

Not sure what I could be doing wrong. I just installed the package and tried using it and VsCode started barking at me. Also receiving a 500 error in my test saying the same.