Dimsav\IpService\IpService::getCountryCodeFromClientIp PHP Метод

getCountryCodeFromClientIp() публичный Метод

public getCountryCodeFromClientIp ( ) : string | null
Результат string | null
    public function getCountryCodeFromClientIp()
    {
        $ip = $this->request->ip();
        return $this->getCountryCodeFromIp($ip);
    }