query->create(); } if($this->merchant) { $query->filterByMerchant($this->merchant); } if($this->section) { $query->filterBySection($this->section); } return parent::get($params, $query); } }