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