mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Make sure we do not instantiate an abstract class. (#424)
This commit is contained in:
parent
e86ca61027
commit
2078321504
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ abstract class AbstractDomainResponse implements ApiResponse
|
|||
}
|
||||
}
|
||||
|
||||
return new self($domain, $rx, $tx, $message);
|
||||
return new static($domain, $rx, $tx, $message);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue