forked from deblan/csv-validator
fix issue with validation
This commit is contained in:
parent
0b9c77ae7f
commit
fac4371d69
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ class Validator
|
|||
if ($this->parser !== $parser) {
|
||||
$this->parser = $parser;
|
||||
$this->errors = [];
|
||||
$this->hasValidate = false;
|
||||
} elseif ($this->hasValidate) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue