Remove dd

This commit is contained in:
jitendra 2022-09-14 17:16:09 +05:30
parent d5c812d6eb
commit f4198b2ad7
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}