Skip to content

Commit

Permalink
Merge pull request #91 from jasonlfunk/main
Browse files Browse the repository at this point in the history
Remove dd()
  • Loading branch information
freekmurze authored Apr 6, 2022
2 parents 10df72e + 55a7242 commit c132bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/DnsGetRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __invoke(string $domain, int $flag, string $type): array
} catch (Throwable $exception) {
$error = $exception->getMessage();
}
dd($records);

if ($records === false) {
throw CouldNotFetchDns::dnsGetRecordReturnedWithError($error);
}
Expand Down

0 comments on commit c132bab

Please sign in to comment.