add missing recipients list interface definition

This commit is contained in:
Daniel Seifert 2023-01-11 00:05:20 +01:00
parent 95384c5eba
commit 54cfb2645c
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 2 additions and 0 deletions

View File

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