MarcinOrlowski / laravel-api-response-builder

Builds nice, normalized and easy to consume REST JSON responses for Laravel powered APIs.
MIT License
721 stars 79 forks source link

Fix Syntax - Handler Registeration .md #244

Closed ehsan-soleimanian closed 4 months ago

ehsan-soleimanian commented 1 year ago

There is no handle function in ExceptionHandlerHelper and we have to use render function instead, On the other hands the Parameters is not passed in the right order.

This pull request...

Checklist:

MarcinOrlowski commented 4 months ago

Thanks for the contribution!