Skip to content

Commit ab7c133

Browse files
committed
Apply fixes from StyleCI
1 parent 3dec5f4 commit ab7c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Traits/ExceptionTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected function invalidJson($request, ValidationException $exception)
7171
{
7272
return app(Response::class)->fail('', Config::get('response.validation_error_code', $exception->status), $exception->errors());
7373
}
74-
74+
7575
/**
7676
* Custom Failed Authentication Response for Laravel.
7777
* @param Request $request

0 commit comments

Comments
 (0)