mirror of
https://github.com/danog/dns.git
synced 2024-11-30 04:29:06 +01:00
Update src/Rfc1035StubDnsResolver.php
This commit is contained in:
parent
ae634d9863
commit
de24dceab5
@ -224,7 +224,7 @@ final class Rfc1035StubDnsResolver implements DnsResolver
|
||||
return $this->pendingConfig->await();
|
||||
}
|
||||
|
||||
$this->pendingConfig = async(function (): ?DnsConfig {
|
||||
$this->pendingConfig = async(function (): DnsConfig {
|
||||
try {
|
||||
$this->config = $this->configLoader->loadConfig();
|
||||
$this->configStatus = self::CONFIG_LOADED;
|
||||
|
Loading…
Reference in New Issue
Block a user