mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-16 21:13:12 +03:00
parent
e4d181a4fa
commit
20b9fbfe5d
@ -27,7 +27,7 @@ use Psr\Http\Message\ResponseInterface;
|
||||
*
|
||||
* @author Sean Johnson <sean@mailgun.com>
|
||||
*/
|
||||
class Domain extends AbstractApi
|
||||
class Domain extends HttpApi
|
||||
{
|
||||
/**
|
||||
* Returns a list of domains on the account.
|
||||
|
@ -18,7 +18,7 @@ use Psr\Http\Message\ResponseInterface;
|
||||
/**
|
||||
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
|
||||
*/
|
||||
abstract class AbstractApi
|
||||
abstract class HttpApi
|
||||
{
|
||||
/**
|
||||
* The HTTP client.
|
@ -11,7 +11,7 @@ use Mailgun\Resource\Api\Stats\TotalResponse;
|
||||
*
|
||||
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
|
||||
*/
|
||||
class Stats extends AbstractApi
|
||||
class Stats extends HttpApi
|
||||
{
|
||||
/**
|
||||
* @param string $domain
|
||||
|
Loading…
x
Reference in New Issue
Block a user