merchant) { $query->filterByMerchant($this->merchant); } if ($this->section) { $query->filterBySection($this->section); } return parent::filtersDefault($query); } }