mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 22:36:06 +03:00
parent
b18b4b4f5f
commit
c51c6b10a0
@ -121,11 +121,6 @@ final class Mailgun
|
|||||||
return new Api\Message($this->httpClient, $this->requestBuilder, $this->hydrator);
|
return new Api\Message($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function mailingList(): API\MailingList
|
|
||||||
{
|
|
||||||
return new Api\MailingList($this->httpClient, $this->requestBuilder, $this->hydrator);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function ips(): Api\Ip
|
public function ips(): Api\Ip
|
||||||
{
|
{
|
||||||
return new Api\Ip($this->httpClient, $this->requestBuilder, $this->hydrator);
|
return new Api\Ip($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||||
|
Loading…
Reference in New Issue
Block a user