@@ -56,7 +56,7 @@ |
||
56 | 56 | $this->checkMxRecords = (bool) ($config['checkMxRecords'] ?? true); |
57 | 57 | $this->checkBannedListedEmail = (bool) ($config['checkBannedListedEmail'] ?? false); |
58 | 58 | $this->checkDisposableEmail = (bool) ($config['checkDisposableEmail'] ?? false); |
59 | - $this->checkFreeEmail = (bool) ($config['checkFreeEmail'] ?? false); |
|
59 | + $this->checkFreeEmail = (bool) ($config['checkFreeEmail'] ?? false); |
|
60 | 60 | $this->localDisposableOnly = (bool) ($config['LocalDisposableOnly'] ?? false); |
61 | 61 | $this->localFreeOnly = (bool) ($config['LocalFreeOnly'] ?? false); |
62 | 62 |