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 65132d1 commit 592ab11Copy full SHA for 592ab11
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/CategoryTree.php
@@ -82,7 +82,7 @@ public function __construct(
82
DepthCalculator $depthCalculator,
83
LevelCalculator $levelCalculator,
84
MetadataPool $metadata,
85
- CollectionProcessorInterface $collectionProcessor,
+ CollectionProcessorInterface $collectionProcessor
86
) {
87
$this->collectionFactory = $collectionFactory;
88
$this->attributesJoiner = $attributesJoiner;
0 commit comments