Add missing initialization

This commit is contained in:
wpetit 2022-02-09 10:19:13 +01:00
parent 9b65966d27
commit 5778c54ae0
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class CaptchaValidator
$this->invalidMessage = $invalidMessage;
$this->bypassCode = $bypassCode;
$this->humanity = $humanity;
$this->req = $req;
}
public function validate(FormEvent $event): void