add missing recipients list interface definition

Cette révision appartient à :
Daniel Seifert 2023-01-11 00:05:20 +01:00
Parent 95384c5eba
révision 54cfb2645c
Signé par: DanielS
ID de la clé GPG: 6A513E13AEE66170
1 fichiers modifiés avec 2 ajouts et 0 suppressions

Voir le fichier

@ -31,4 +31,6 @@ interface RecipientsListInterface
public function clearRecipents(): RecipientsListInterface;
public function getRecipients(): array;
public function getRecipientsList(): array;
}