Skip to content

Commit e9142eb

Browse files
committed
Patch l4 version
#24
1 parent eb609b1 commit e9142eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Stevebauman/Location/Drivers/MaxMind.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public function get($ip)
8080
$location->postalCode = $record->postal->code;
8181

8282
$location->latitude = $record->location->latitude;
83+
84+
$location->longitude = $record->location->longitude;
8385

8486
$location->driver = get_class($this);
8587
} catch (\Exception $e) {

0 commit comments

Comments
 (0)