diff --git a/src/RecipientsList/RecipientsListInterface.php b/src/RecipientsList/RecipientsListInterface.php index 5be1300..91f8165 100644 --- a/src/RecipientsList/RecipientsListInterface.php +++ b/src/RecipientsList/RecipientsListInterface.php @@ -31,4 +31,6 @@ interface RecipientsListInterface public function clearRecipents(): RecipientsListInterface; public function getRecipients(): array; + + public function getRecipientsList(): array; }