Skip to content

Commit 592ab11

Browse files
committed
ACP2E-882: [Magento Cloud] Category permission not working with GraphQL
- remove coma in parameter list
1 parent 65132d1 commit 592ab11

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/CategoryTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct(
8282
DepthCalculator $depthCalculator,
8383
LevelCalculator $levelCalculator,
8484
MetadataPool $metadata,
85-
CollectionProcessorInterface $collectionProcessor,
85+
CollectionProcessorInterface $collectionProcessor
8686
) {
8787
$this->collectionFactory = $collectionFactory;
8888
$this->attributesJoiner = $attributesJoiner;

0 commit comments

Comments
 (0)