Skip to content

Commit 87e0524

Browse files
committed
add missing $validator argument
1 parent 9306ef3 commit 87e0524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FailedValidationResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function failedValidation(Validator $validator)
2727
throw new ValidationException($validator, $response);
2828
}
2929

30-
parent::failedValidation();
30+
parent::failedValidation($validator);
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)