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

setCountry() 공개 메소드

Sets the users country.
public setCountry ( string $country ) : User
$country string
리턴 User
    public function setCountry($country)
    {
        return $this->setFirstAttribute($this->schema->country(), $country);
    }