We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb609b1 commit e9142ebCopy full SHA for e9142eb
src/Stevebauman/Location/Drivers/MaxMind.php
@@ -80,6 +80,8 @@ public function get($ip)
80
$location->postalCode = $record->postal->code;
81
82
$location->latitude = $record->location->latitude;
83
+
84
+ $location->longitude = $record->location->longitude;
85
86
$location->driver = get_class($this);
87
} catch (\Exception $e) {
0 commit comments