Skip to content

Commit eda5866

Browse files
committed
Revert changes to fix unit tests
1 parent 7d8709c commit eda5866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Order/Recent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ public function __construct(
6565
$this->_customerSession = $customerSession;
6666
$this->_orderConfig = $orderConfig;
6767
$this->_isScopePrivate = true;
68-
parent::__construct($context, $data);
6968
$this->storeManager = $storeManager ?: ObjectManager::getInstance()
7069
->get(StoreManagerInterface::class);
70+
parent::__construct($context, $data);
7171
}
7272

7373
/**

0 commit comments

Comments
 (0)