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 b9b6ff8 commit 34bd62eCopy full SHA for 34bd62e
MaxMindBinary.php
@@ -101,7 +101,9 @@ public function geocodeQuery(GeocodeQuery $query): Collection
101
$adminLevels[] = ['name' => $geoIpRecord->region, 'level' => 1];
102
}
103
104
- return new AddressCollection([Address::createFromArray([
+ return new AddressCollection([
105
+ Address::createFromArray([
106
+ 'providedBy' => $this->getName(),
107
'countryCode' => $geoIpRecord->country_code,
108
'country' => utf8_encode($geoIpRecord->country_name),
109
'adminLevels' => $adminLevels,
0 commit comments