Skip to content

Commit fa4fc39

Browse files
author
Cari Spruiell
committed
MAGETWO-49097: Staging. Shopping Cart Price Rules. Builds stabilization
- address SVC failures
1 parent 016a85a commit fa4fc39

File tree

1 file changed

+11
-0
lines changed
  • app/code/Magento/Backend/Helper/Dashboard

1 file changed

+11
-0
lines changed

app/code/Magento/Backend/Helper/Dashboard/Order.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ public function __construct(
3737
);
3838
}
3939

40+
/**
41+
* @return \Magento\SalesRule\Model\RuleFactory
42+
* @deprecated
43+
*/
44+
public function getStoreManager()
45+
{
46+
if ($this->_storeManager instanceof \Magento\Store\Model\StoreManagerInterface) {
47+
$this->_storeManager = ObjectManager::getInstance()->get('\Magento\Store\Model\StoreManagerInterface');
48+
}
49+
}
50+
4051
/**
4152
* @return void
4253
*/

0 commit comments

Comments
 (0)