Error: Declaration of Torann\GeoIP\Location::offsetExists(Torann\GeoIP\mixed $offset): bool must be compatible with ArrayAccess::offsetExists($offset) #215
Set /config/geoip.php 'service' to use 'maxmind_database'
Created Maxmin account and added Maxmind credentials to .env
// Running this
$location = \GeoIP::getLocation(\Request::ip());
// Gives me:
Declaration of Torann\GeoIP\Location::offsetExists(Torann\GeoIP\mixed $offset): bool must be compatible with ArrayAccess::offsetExists($offset)
Trying to get this working: