File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/code/Magento/CatalogGraphQl
DataProvider/Product/LayeredNavigation/Builder Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ class Category implements LayerBuilderInterface
74
74
* @param RootCategoryProvider $rootCategoryProvider
75
75
* @param ResourceConnection $resourceConnection
76
76
* @param LayerFormatter $layerFormatter
77
+ * @param IncludeSubcategoriesOnly $includeSubcategoriesOnly
77
78
*/
78
79
public function __construct (
79
80
CategoryAttributeQuery $ categoryAttributeQuery ,
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ class Aggregations implements ResolverInterface
45
45
* @param \Magento\CatalogGraphQl\Model\Resolver\Layer\DataProvider\Filters $filtersDataProvider
46
46
* @param LayerBuilder $layerBuilder
47
47
* @param PriceCurrency $priceCurrency
48
+ * @param IncludeSubcategoriesOnly $includeSubcategoriesOnly
48
49
*/
49
50
public function __construct (
50
51
\Magento \CatalogGraphQl \Model \Resolver \Layer \DataProvider \Filters $ filtersDataProvider ,
You can’t perform that action at this time.
0 commit comments