revision 6f5844949a67ddaabf92570e5a5178261552cb1d
1 2 3 4 5
app('Dingo\Api\Exception\Handler')->register( function (\Illuminate\Validation\ValidationException $e) { return $e->getResponse(); } );