Remove dd
This commit is contained in:
parent
d5c812d6eb
commit
f4198b2ad7
|
|
@ -136,7 +136,6 @@ class AttributeRepository extends Repository
|
|||
*/
|
||||
public function getFilterAttributes()
|
||||
{
|
||||
dd(111);
|
||||
return $this->model->with(['options', 'options.translations'])->where('is_filterable', 1)->get();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue