mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-02 20:56:18 +03:00
Added Mailgun::ips()
This commit is contained in:
parent
da5ccde2a7
commit
4a3024f211
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue