Skip to content

Commit

Permalink
ok NOW it should be fine
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerrlongg committed Jul 23, 2024
1 parent 090a595 commit b61ab42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Helpers/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -922,15 +922,11 @@ public static function checkIfRequired($class, $field)
}
} else {
if (strpos($rule, 'required') === false) {
return false;
} else {
if (strpos($rule_name, 'required') === false) {
$required = false;
} else {
$required = true;
}
}
}
}
}
return $required;
Expand Down

0 comments on commit b61ab42

Please sign in to comment.