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.
2 parents 7f90955 + d3f8738 commit 14e1f5eCopy full SHA for 14e1f5e
src/Http/FormRequest.php
@@ -36,6 +36,6 @@ protected function failedAuthorization()
36
throw new HttpException(403);
37
}
38
39
- parent::failedAuthorization($validator);
+ parent::failedAuthorization();
40
41
0 commit comments