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