eosnewmedia / JSON-API-Common

Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
https://eosnewmedia.github.io/JSON-API-Common/
MIT License
14 stars 13 forks source link

addFilter added #8

Closed clicktrend closed 6 years ago

clicktrend commented 6 years ago

necessary for those who cannot upgrade to 3.x (PHP >= 7.2)

Solves Ticket 3

pmarien commented 6 years ago

Thanks, I have merged the feature, even if it was not necessary in my view, since it worked so far: $request->filter()->set($key, $value)

clicktrend commented 6 years ago

Good advice. Lesson learned