Skip to content

Commit e3e65a4

Browse files
committed
ENGCOM-4126: Health index fix.
1 parent 1c3d10e commit e3e65a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Adminhtml/ShoppingCartsTab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ShoppingCartsTab extends TabWrapper
2222
*
2323
* @var Registry
2424
*/
25-
protected $coreRegistry = null;
25+
private $coreRegistry;
2626

2727
/**
2828
* @var bool

0 commit comments

Comments
 (0)