/** * @param array $attributes * @return int */ public function rawUpdate(array $attributes = []) { return $this->query->update($attributes); }