Stevebauman\Location\Location::getLocalHostTestingIp PHP 메소드

getLocalHostTestingIp() 보호된 메소드

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