コード例 #1
0
ファイル: Repository.php プロジェクト: renatogcarvalho/feeder
 /**
  * Delete a record
  *
  * @param mixed $id
  * @return boolean
  */
 public function delete($id)
 {
     return $this->model->destroy($id);
 }