Adldap\Models\User::setCountry PHP Method

setCountry() public method

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