Skip to content

Commit 9b8798b

Browse files
committed
MAGETWO-49488: Refactor ResourceModel\Category children_count processing
1 parent a4d60f4 commit 9b8798b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Category.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ class Category extends AbstractResource
7272
* @var EntityManager
7373
*/
7474
protected $entityManager;
75+
7576
/**
7677
* @var Category\AggregateCount
7778
*/
78-
private $aggregateCount;
79+
protected $aggregateCount;
7980

8081
/**
8182
* Category constructor.

0 commit comments

Comments
 (0)