Example #1
0
 public function getIn($field, $param)
 {
     $items = Item::whereIn('id', $param)->get();
     return $items;
 }