This code work for me #73
shubhamchugh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I dont know whats wrong with this code.
$dns = new Dns();
$dns->getRecords('spatie.be'); // returns all available dns records
But Bellow code work for me
$dns = new Dns('spatie.be');
$dns->getRecords(); // returns all available dns records
Beta Was this translation helpful? Give feedback.
All reactions