diff --git a/frontend/models/ProductFrontendSearch.php b/frontend/models/ProductFrontendSearch.php index 1fdbccb..4e47dd1 100755 --- a/frontend/models/ProductFrontendSearch.php +++ b/frontend/models/ProductFrontendSearch.php @@ -116,11 +116,10 @@ class ProductFrontendSearch extends Product { /** * @param Category|null $category - * @param array $params * @return array */ - public function priceLimits($category = null, $params = []) { + public function priceLimits($category = null) { if (!empty($category)) { /** @var ActiveQuery $query */ $query = $category->getProducts(); -- libgit2 0.21.4