@@ -36,9 +36,9 @@ |
||
36 | 36 | * @param array $params |
37 | 37 | * @return \stdClass |
38 | 38 | */ |
39 | - protected function callGeoService($endpoint, array $params = []) |
|
39 | + protected function callGeoService($endpoint, array $params = [ ]) |
|
40 | 40 | { |
41 | - $url = self::ENDPOINT . '/emt-proxy-server/last/geo/' . $endpoint; |
|
41 | + $url = self::ENDPOINT.'/emt-proxy-server/last/geo/'.$endpoint; |
|
42 | 42 | return $this->launcher->launchRequest($url, $params); |
43 | 43 | } |
44 | 44 | } |