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 78c9e27 commit 3fadf00Copy full SHA for 3fadf00
app/code/Magento/Backend/Block/Store/Switcher.php
@@ -68,22 +68,16 @@ class Switcher extends \Magento\Backend\Block\Template
68
protected $_template = 'Magento_Backend::store/switcher.phtml';
69
70
/**
71
- * Website factory
72
- *
73
* @var \Magento\Store\Model\WebsiteFactory
74
*/
75
protected $_websiteFactory;
76
77
78
- * Store Group Factory
79
80
* @var \Magento\Store\Model\GroupFactory
81
82
protected $_storeGroupFactory;
83
84
85
- * Store Factory
86
87
* @var \Magento\Store\Model\StoreFactory
88
89
protected $_storeFactory;
0 commit comments