We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab466d commit 47eb4daCopy full SHA for 47eb4da
app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced/Collection.php
@@ -181,7 +181,7 @@ public function __construct(
181
SearchResultApplierFactory $searchResultApplierFactory = null,
182
TotalRecordsResolverFactory $totalRecordsResolverFactory = null,
183
EngineResolverInterface $engineResolver = null,
184
- DefaultFilterStrategyApplyCheckerInterface $defaultFilterStrategyApplyChecker
+ DefaultFilterStrategyApplyCheckerInterface $defaultFilterStrategyApplyChecker = null
185
) {
186
$this->requestBuilder = $requestBuilder;
187
$this->searchEngine = $searchEngine;
0 commit comments