Ejemplo n.º 1
0
 public function destroy($ids)
 {
     $this->query->whereIn('id', $ids)->delete();
     return $this->model;
 }