Closed
Description
I think we can't fork the wiki to send pr's, am I correct?
https://github.com/dingo/api/wiki/Internal-Requests
Here it says: Tthe api facade [...]
https://github.com/dingo/api/wiki/Returning-Errors
Here it says under Custom Exceptions:
[...]
return new Response($response, 401);
I think this should be:
return new Dingo\Api\Http\Response($response, 401);
yay?
Cheers
Metadata
Metadata
Assignees
Labels
No labels