DoSomething / gateway

:lock_with_ink_pen: An opinionated PHP REST API client.
MIT License
2 stars 0 forks source link

Fix validation casting for LaravelNorthstar. #88

Closed DFurnes closed 7 years ago

DFurnes commented 7 years ago

I want to refactor how this works at some point, but this is a quick fix to get everything back to green - the Validation class was changed in one of the recent Laravel releases, so this would cause an error. This gets us back running on Laravel 5.5. ✅