Skip to content

Commit

Permalink
NEW Validate DBFields
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 2, 2024
1 parent 3b49fb0 commit 38c9ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AddToCampaignValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function php($data)

// Check field validation
foreach ($fields as $field) {
$valid = ($field->validate($this) && $valid);
$valid = ($field->validateWithFormValidator($this) && $valid);
}
if (!$valid) {
return $valid;
Expand Down

0 comments on commit 38c9ffa

Please sign in to comment.