Exemplo n.º 1
0
 public function getNullRecipeSearch($paramArray)
 {
     return Product::whereNotIn('id', Recipe::all()->lists('product_id'))->where($paramArray)->get();
 }