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 078f7ef commit bc382d8Copy full SHA for bc382d8
README.md
@@ -26,7 +26,7 @@ composer require ilyagvc/checkhost
26
## 🧱 Constructor
27
28
```php
29
-$checkHost = new \ILYAGVC\CheckHost\CheckHost(
+$checkHost = new CheckHost(
30
array|string|null $selectedCountries = null,
31
bool $except = false,
32
string|null $proxy = null,
0 commit comments