mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 00:25:37 +03:00
parent
9bd6732efd
commit
a3e999e875
@ -256,7 +256,7 @@ class Mailgun
|
|||||||
/**
|
/**
|
||||||
* @return Api\Stats
|
* @return Api\Stats
|
||||||
*/
|
*/
|
||||||
public function getStatsApi()
|
public function stats()
|
||||||
{
|
{
|
||||||
return new Api\Stats($this->httpClient, $this->requestBuilder, $this->deserializer);
|
return new Api\Stats($this->httpClient, $this->requestBuilder, $this->deserializer);
|
||||||
}
|
}
|
||||||
@ -264,7 +264,7 @@ class Mailgun
|
|||||||
/**
|
/**
|
||||||
* @return Api\Domain
|
* @return Api\Domain
|
||||||
*/
|
*/
|
||||||
public function getDomainApi()
|
public function domains()
|
||||||
{
|
{
|
||||||
return new Api\Domain($this->httpClient, $this->requestBuilder, $this->deserializer);
|
return new Api\Domain($this->httpClient, $this->requestBuilder, $this->deserializer);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user