Skip to content

Commit b47307a

Browse files
committed
MAGETWO-88631: Pr sprint 10 delivery
- fix protected
1 parent ce6045e commit b47307a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/CatalogGraphQl/Model/Layer/Context.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ class Context implements \Magento\Catalog\Model\Layer\ContextInterface
1919
/**
2020
* @var ItemCollectionProviderInterface
2121
*/
22-
protected $collectionProvider;
22+
private $collectionProvider;
2323

2424
/**
2525
* @var StateKeyInterface
2626
*/
27-
protected $stateKey;
27+
private $stateKey;
2828

2929
/**
3030
* @var CollectionFilterInterface
3131
*/
32-
protected $collectionFilter;
32+
private $collectionFilter;
3333

3434
/**
3535
* @param ItemCollectionProviderInterface $collectionProvider

0 commit comments

Comments
 (0)