Skip to content

Commit d4abf54

Browse files
committed
Merge branch 'MAGETWO-49488' of github.corp.magento.com:magento-troll/magento2ce into MAGETWO-43102
2 parents fca9b90 + 9b8798b commit d4abf54

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)