Skip to content

Commit 14e1f5e

Browse files
committed
Merge pull request dingo#577 from Luddinus/patch-1
Update FormRequest.php
2 parents 7f90955 + d3f8738 commit 14e1f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/FormRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ protected function failedAuthorization()
3636
throw new HttpException(403);
3737
}
3838

39-
parent::failedAuthorization($validator);
39+
parent::failedAuthorization();
4040
}
4141
}

0 commit comments

Comments
 (0)