issue #670
This commit is contained in:
parent
43f7d7e9c1
commit
19f4429de0
|
|
@ -152,7 +152,7 @@ class AttributeRepository extends Repository
|
|||
*/
|
||||
public function getFilterAttributes()
|
||||
{
|
||||
return $this->model->filterableAttributes()->get();
|
||||
return $this->model->where('is_filterable', 1)->get();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue