Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rollback) required_if and exclude_if validation
i think you do not want to return early in these cases as @driesvints changed in this PR: laravel#37128 that PR broke using this validation for `null` values (e.g. checkboxes that are not checked) so you cannot use it like `exclude_if,otherfield,null`
- Loading branch information