We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dec5f4 commit ab7c133Copy full SHA for ab7c133
src/Support/Traits/ExceptionTrait.php
@@ -71,7 +71,7 @@ protected function invalidJson($request, ValidationException $exception)
71
{
72
return app(Response::class)->fail('', Config::get('response.validation_error_code', $exception->status), $exception->errors());
73
}
74
-
+
75
/**
76
* Custom Failed Authentication Response for Laravel.
77
* @param Request $request
0 commit comments