add missing recipients list interface definition
This commit is contained in:
parent
95384c5eba
commit
54cfb2645c
@ -31,4 +31,6 @@ interface RecipientsListInterface
|
||||
public function clearRecipents(): RecipientsListInterface;
|
||||
|
||||
public function getRecipients(): array;
|
||||
|
||||
public function getRecipientsList(): array;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user