Adldap\Models\User::getCountry PHP Method

getCountry() public method

Returns the users country.
public getCountry ( ) : string
return string
    public function getCountry()
    {
        return $this->getFirstAttribute($this->schema->country());
    }