mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Fix DNS record validation (#365)
This commit is contained in:
parent
b16259c808
commit
f58c5914ae
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ final class DnsRecord
|
|||
*/
|
||||
public function isValid()
|
||||
{
|
||||
return 'valid' === $this->value;
|
||||
return 'valid' === $this->valid;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue