Skip to content

Commit de1f626

Browse files
author
Shawn Abramson
committed
In Magento\GroupedProduct\Model\Quote\Item\CartItemProcessor updated the var to be private
1 parent dcc6381 commit de1f626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedProduct/Model/Quote/Item/CartItemProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CartItemProcessor implements CartItemProcessorInterface
1515
/**
1616
* @var ObjectFactory
1717
*/
18-
protected $objectFactory;
18+
private $objectFactory;
1919

2020
/**
2121
* CartItemProcessor constructor.

0 commit comments

Comments
 (0)