We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de29a56 commit 03769abCopy full SHA for 03769ab
kladr.php
@@ -24,7 +24,7 @@ public function __construct($token, $key, $domain = false)
24
$this->error = NULL;
25
$this->domain = 'http://kladr-api.ru/';
26
if($domain)
27
- $this->domain = domain;
+ $this->domain = $domain;
28
}
29
30
private function GetURL(Query $query)
0 commit comments