예제 #1
0
 /**
  * Set immortal.
  *
  * @param bool $bool
  * @return QueryProxy this instance
  */
 public function immortal($bool = true)
 {
     $this->queryChanged = true;
     parent::immortal($bool);
 }