Skip to content

Commit 534aa0a

Browse files
committed
B2B-2469: Improve category children loading
- style fix
1 parent 6c91aea commit 534aa0a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(Hydrator $hydrator)
4545
public function forge(Category $category): void
4646
{
4747
$pathElements = array_map(
48-
function($element) {
48+
function ($element) {
4949
return (int)$element;
5050
},
5151
explode('/', $category->getPath())

0 commit comments

Comments
 (0)