Dimsav\IpService\IpService::getCountryCodeFromClientIp PHP Method

getCountryCodeFromClientIp() public method

    public function getCountryCodeFromClientIp()
    {
        $ip = $this->request->ip();
        return $this->getCountryCodeFromIp($ip);
    }