Example #1
0
 /**
  * Remove the model.
  *
  * @return int Status of removal.
  */
 public function remove()
 {
     return $this->collection->remove($this);
 }