We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8709c commit eda5866Copy full SHA for eda5866
app/code/Magento/Sales/Block/Order/Recent.php
@@ -65,9 +65,9 @@ public function __construct(
65
$this->_customerSession = $customerSession;
66
$this->_orderConfig = $orderConfig;
67
$this->_isScopePrivate = true;
68
- parent::__construct($context, $data);
69
$this->storeManager = $storeManager ?: ObjectManager::getInstance()
70
->get(StoreManagerInterface::class);
+ parent::__construct($context, $data);
71
}
72
73
/**
0 commit comments