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 de1c441 commit 54f17eaCopy full SHA for 54f17ea
src/WebServices/GeoPluginWebService.php
@@ -30,7 +30,7 @@ public function locate()
30
'Accept' => 'application/json',
31
'Content-Type' => 'application/json',
32
]
33
- );
+ ]);
34
$status_code = $response->getStatusCode();
35
if ($status_code == 200) {
36
$response_content = $response->getBody()->getContents();
0 commit comments