mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-02 20:56:18 +03:00
Include missed use statements
This commit is contained in:
parent
de2902aac4
commit
6a943ddce3
1 changed files with 5 additions and 0 deletions
|
@ -130,4 +130,9 @@ final class Mailgun
|
|||
{
|
||||
return new Api\Suppression($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
|
||||
public function emailValidation(): Api\EmailValidation
|
||||
{
|
||||
return new Api\EmailValidation($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue