Esempio n. 1
0
 /**
  * Run a raw update against the base query.
  *
  * @param  array  $attributes
  * @return int
  */
 public function rawUpdate(array $attributes = array())
 {
     return $this->query->update($attributes);
 }