File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/Block/Order Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ class Recent extends \Magento\Framework\View\Element\Template
50
50
* @param \Magento\Sales\Model\ResourceModel\Order\CollectionFactory $orderCollectionFactory
51
51
* @param \Magento\Customer\Model\Session $customerSession
52
52
* @param \Magento\Sales\Model\Order\Config $orderConfig
53
- * @param \Magento\Store\Model\StoreManagerInterface $storeManager
54
53
* @param array $data
54
+ * @param \Magento\Store\Model\StoreManagerInterface $storeManager
55
55
*/
56
56
public function __construct (
57
57
Context $ context ,
@@ -65,9 +65,9 @@ public function __construct(
65
65
$ this ->_customerSession = $ customerSession ;
66
66
$ this ->_orderConfig = $ orderConfig ;
67
67
$ this ->_isScopePrivate = true ;
68
+ parent ::__construct ($ context , $ data );
68
69
$ this ->storeManager = $ storeManager ?: ObjectManager::getInstance ()
69
70
->get (StoreManagerInterface::class);
70
- parent ::__construct ($ context , $ data );
71
71
}
72
72
73
73
/**
You can’t perform that action at this time.
0 commit comments