fix issue with validation

This commit is contained in:
Simon Vieille 2020-09-01 16:24:29 +02:00
parent 0b9c77ae7f
commit fac4371d69
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ class Validator
if ($this->parser !== $parser) {
$this->parser = $parser;
$this->errors = [];
$this->hasValidate = false;
} elseif ($this->hasValidate) {
return;
}