Hi,
I would like to understand what it is the behaviour for the method JsonApiResponseTrait::addHeaders ?
This method do nothing more than returning the response parameter and is named addHeaders but there is no header parameter, only the response. Is this method only here to be overrided ? Something else ?
Hi,
I would like to understand what it is the behaviour for the method
JsonApiResponseTrait::addHeaders?This method do nothing more than returning the response parameter and is named
addHeadersbut there is no header parameter, only the response. Is this method only here to be overrided ? Something else ?