add missing recipients list interface definition

This commit is contained in:
2023-01-11 00:05:20 +01:00
parent 95384c5eba
commit 54cfb2645c

View File

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