Adldap\Models\User::getCountry PHP Метод

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

Returns the users country.
public getCountry ( ) : string
Результат string
    public function getCountry()
    {
        return $this->getFirstAttribute($this->schema->country());
    }