Skip to content

Commit

Permalink
Fix validation before migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Jan 27, 2020
1 parent 31cc956 commit 5db6c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Objects/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public function migrate(): void
}

foreach ($dataRows as $key => $dataRow) {
$dataRow->validate();
$dataRow->validate($this->validationRules);
}

$this->advanceProgressBar();
Expand Down

0 comments on commit 5db6c60

Please sign in to comment.