Stevebauman\Location\Location::getLocalHostTestingIp PHP Method

getLocalHostTestingIp() protected method

Retrieves the config option for the localhost testing IP.
protected getLocalHostTestingIp ( ) : string
return string
    protected function getLocalHostTestingIp()
    {
        return config('location.testing.ip', '66.102.0.0');
    }