Adldap\Models\User::getCountry PHP Méthode

getCountry() public méthode

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