Skip to content

Commit

Permalink
Update GeoIpRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Burial0268 committed Jul 5, 2023
1 parent 2dd37de commit 6d1d5d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Repositories/GeoIpRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public function get(?string $ip)
}

return IpInfo::query()
->select(['country_code', 'region', 'isp'])
->where('address', $ip)
->first() ?? $this->obtain($ip);
}
Expand Down

0 comments on commit 6d1d5d9

Please sign in to comment.