laravel-json-api / eloquent

Serialize Eloquent models to JSON API resources
MIT License
12 stars 15 forks source link

[Refactor] Scope filter static constructor fix #15

Closed bbprojectnet closed 3 years ago

bbprojectnet commented 3 years ago

Changed new self to new static, like in other filters, to make it easier to inherit from that filter.