This commit is contained in:
rahul shukla 2019-03-11 17:57:15 +05:30
parent 43f7d7e9c1
commit 19f4429de0
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class AttributeRepository extends Repository
*/
public function getFilterAttributes()
{
return $this->model->filterableAttributes()->get();
return $this->model->where('is_filterable', 1)->get();
}
/**