Skip to content

Commit ee67f33

Browse files
authored
Merge pull request #154 from aaronhuisinga/master
Fix IP-API Continents Update Command
2 parents 0be7753 + 412328c commit ee67f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/IPApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function locate($ip)
9898
*/
9999
public function update()
100100
{
101-
$data = $this->client->get('http://dev.maxmind.com/static/csv/codes/country_continent.csv');
101+
$data = $this->client->get('https://dev.maxmind.com/static/csv/codes/country_continent.csv');
102102

103103
// Verify server response
104104
if ($this->client->getErrors() !== null) {

0 commit comments

Comments
 (0)