add methods to detect distinct product type et article nature on shelve
This commit is contained in:
@@ -39,4 +39,9 @@ class ArticleNature extends Model
|
||||
{
|
||||
return $query->where($this->table . '.product_type', $type);
|
||||
}
|
||||
|
||||
public function scopeByIds($query, $ids)
|
||||
{
|
||||
return $query->whereIn($this->table . '.id', $ids);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user