fix item type scope
This commit is contained in:
parent
1093aefa03
commit
badeb55801
|
|
@ -107,7 +107,7 @@ class Item extends Model
|
|||
return $query;
|
||||
}
|
||||
|
||||
return $query->whereIn($this->qualifyColumn('type'), $type);
|
||||
return $query->where($this->qualifyColumn('type'), $type);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue