File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Ui/Component/Listing/Columns Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \Framework \View \Element \UiComponentFactory ;
9
9
use Magento \Framework \View \Element \UiComponent \ContextInterface ;
10
10
use Magento \Store \Model \StoreManagerInterface ;
11
- use \ Magento \Framework \DB \Helper ;
11
+ use Magento \Framework \DB \Helper ;
12
12
13
13
/**
14
14
* @api
@@ -42,17 +42,17 @@ class Websites extends \Magento\Ui\Component\Listing\Columns\Column
42
42
* @param ContextInterface $context
43
43
* @param UiComponentFactory $uiComponentFactory
44
44
* @param StoreManagerInterface $storeManager
45
- * @param Helper $resourceHelper
46
45
* @param array $components
47
46
* @param array $data
47
+ * @param Helper $resourceHelper
48
48
*/
49
49
public function __construct (
50
50
ContextInterface $ context ,
51
51
UiComponentFactory $ uiComponentFactory ,
52
52
StoreManagerInterface $ storeManager ,
53
- Helper $ resourceHelper = null ,
54
53
array $ components = [],
55
- array $ data = []
54
+ array $ data = [],
55
+ Helper $ resourceHelper = null
56
56
) {
57
57
parent ::__construct ($ context , $ uiComponentFactory , $ components , $ data );
58
58
$ objectManager = \Magento \Framework \App \ObjectManager::getInstance ();
You can’t perform that action at this time.
0 commit comments