jsonapi icon indicating copy to clipboard operation
jsonapi copied to clipboard

add findAttribute method

Open jasperwissels opened this issue 3 years ago • 0 comments

I find myself writing a lot of

$param = $request->hasAttribute('name') ? $request->getAttribute('name') : null;

Would you consider adding this feature?

jasperwissels avatar Dec 09 '22 14:12 jasperwissels