예제 #1
0
 public function delete($connection = null)
 {
     QubitSearch::deleteById($this->id);
     return parent::delete($connection);
 }