mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-03 13:13:37 +03:00
add missing mailingList method
This commit is contained in:
parent
f30985c925
commit
4d77573ae6
1 changed files with 5 additions and 0 deletions
|
@ -133,4 +133,9 @@ class Mailgun
|
|||
{
|
||||
return new Api\EmailValidation($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
|
||||
public function mailingList(): Api\MailingList
|
||||
{
|
||||
return new Api\MailingList($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue