Adldap\Models\User::getCountry PHP 메소드

getCountry() 공개 메소드

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