diff --git a/src/SIE/Data/VerificationSeries.php b/src/SIE/Data/VerificationSeries.php index 3b86bcc..76206f8 100644 --- a/src/SIE/Data/VerificationSeries.php +++ b/src/SIE/Data/VerificationSeries.php @@ -48,6 +48,7 @@ class VerificationSeries public function __construct($id = self::CONST_DEFAULT_SERIES) { $this->verifications = []; + $this->verificationsPreProcessingSystem = []; $this->id = $id; } @@ -116,7 +117,7 @@ public function getVerifications() /** * Get verification - will only find numbered verifications - * + * * @param string $id Search for verification number * @return Verification|null */