Stevebauman\Location\Location::localHostTesting PHP Méthode

localHostTesting() protected méthode

Retrieves the config option for localhost testing.
protected localHostTesting ( ) : boolean
Résultat boolean
    protected function localHostTesting()
    {
        return config('location.testing.enabled', true);
    }