Skip to content

Commit

Permalink
add missing $validator argument
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrosenson committed Mar 12, 2021
1 parent 9306ef3 commit 87e0524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FailedValidationResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function failedValidation(Validator $validator)
throw new ValidationException($validator, $response);
}

parent::failedValidation();
parent::failedValidation($validator);
}

/**
Expand Down

0 comments on commit 87e0524

Please sign in to comment.