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 cd30931 commit d9288e9Copy full SHA for d9288e9
src/Drivers/MaxmindDriver.php
@@ -48,6 +48,8 @@ public function get($ip)
48
'longitude' => (float) number_format($data->location->longitude, 5),
49
'region' => $data->mostSpecificSubdivision->name,
50
'regionCode' => $data->mostSpecificSubdivision->isoCode,
51
+ 'continent' => $data->continent->name,
52
+ 'continentCode' => $data->continent->code,
53
'timezone' => $data->location->timeZone,
54
'postalCode' => $data->postal->code,
55
];
0 commit comments