Exemplo n.º 1
0
 /**
  * Remove the specified resource from storage.
  *
  * @param  int $id
  *
  * @return mixed
  */
 public function destroy($id)
 {
     return $this->ortu->delete($id);
 }
 /**
  * Remove the specified resource from storage.
  *
  * @param  int $id
  *
  * @return mixed
  */
 public function destroy($id)
 {
     return $this->pribadi->delete($id);
 }