We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb2f3f commit ebf4e6dCopy full SHA for ebf4e6d
README.md
@@ -605,7 +605,7 @@ They are used when instantiated the returned object.
605
606
~~~php
607
$manager = new Pdp\Manager(new Pdp\Cache(), new Pdp\CurlHttpClient());
608
-$tldCollection = $manager->getTLDs(self::RZD_URL);
+$tldCollection = $manager->getTLDs(Pdp\Manager::RZD_URL);
609
$domain = $tldCollection->resolve('www.ulb.ac.be');
610
echo $domain->getPublicSuffix(); // print 'be'
611
~~~
0 commit comments