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 21c8a66 commit 310808fCopy full SHA for 310808f
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php
@@ -9,7 +9,6 @@
9
use Magento\Catalog\Model\Locator\LocatorInterface;
10
use Magento\Ui\Component\Form;
11
use Magento\Framework\Stdlib\ArrayManager;
12
-use Magento\Store\Model\StoreManagerInterface;
13
use Magento\Framework\Locale\CurrencyInterface;
14
15
/**
@@ -26,11 +25,6 @@ class General extends AbstractModifier
26
25
* @var ArrayManager
27
*/
28
protected $arrayManager;
29
-
30
- /**
31
- * @var StoreManagerInterface
32
- */
33
- private $storeManager;
34
35
36
* @var CurrencyInterface
0 commit comments