mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 08:26:06 +03:00
Make sure we do not instantiate an abstract class. (#424)
This commit is contained in:
parent
e86ca61027
commit
2078321504
@ -68,7 +68,7 @@ abstract class AbstractDomainResponse implements ApiResponse
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return new self($domain, $rx, $tx, $message);
|
return new static($domain, $rx, $tx, $message);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user