diff --git a/src/Authentication/CoreAuth.php b/src/Authentication/CoreAuth.php index c55acf1..611df43 100644 --- a/src/Authentication/CoreAuth.php +++ b/src/Authentication/CoreAuth.php @@ -31,9 +31,6 @@ public function __construct(...$parameters) */ public function validate(TypeValidatorInterface $validator): void { - if ($this->isValid) { - return; - } array_walk($this->parameters, function ($param) use ($validator): void { $param->validate($validator); });