diff --git a/app/Models/Common/Item.php b/app/Models/Common/Item.php index 915583c5e..affc32f4e 100644 --- a/app/Models/Common/Item.php +++ b/app/Models/Common/Item.php @@ -107,7 +107,7 @@ class Item extends Model return $query; } - return $query->whereIn($this->qualifyColumn('type'), $type); + return $query->where($this->qualifyColumn('type'), $type); } /**