v2.0.4
- Fixed getting the parameters from a PATCH request
- When the PATCH request was being sent, the body of the request was being put within a sub array so all the calls to
$request->get('param_name')
where returningNULL
- When the PATCH request was being sent, the body of the request was being put within a sub array so all the calls to