@@ -42,7 +42,7 @@ |
||
| 42 | 42 | public function curlIpApi($ipAdr): array |
| 43 | 43 | { |
| 44 | 44 | $curl = new CurlService(); |
| 45 | - if ($ipAdr!= "") { |
|
| 45 | + if ($ipAdr != "") { |
|
| 46 | 46 | $res = $curl->getDataThroughCurl($this->getUrl() . $ipAdr . "?access_key=" . $this->getKey()); |
| 47 | 47 | if ($res["type"] == null) { |
| 48 | 48 | $json = [ |