mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 06:16:03 +03:00
Added Mailgun::ips()
This commit is contained in:
parent
da5ccde2a7
commit
4a3024f211
@ -389,4 +389,12 @@ class Mailgun
|
||||
{
|
||||
return new Api\Suppression($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Api\Ip
|
||||
*/
|
||||
public function ips()
|
||||
{
|
||||
return new Api\Ip($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user