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 88use Magento \Framework \View \Element \UiComponentFactory ;
99use Magento \Framework \View \Element \UiComponent \ContextInterface ;
1010use Magento \Store \Model \StoreManagerInterface ;
11- use \ Magento \Framework \DB \Helper ;
11+ use Magento \Framework \DB \Helper ;
1212
1313/**
1414 * @api
@@ -42,17 +42,17 @@ class Websites extends \Magento\Ui\Component\Listing\Columns\Column
4242 * @param ContextInterface $context
4343 * @param UiComponentFactory $uiComponentFactory
4444 * @param StoreManagerInterface $storeManager
45- * @param Helper $resourceHelper
4645 * @param array $components
4746 * @param array $data
47+ * @param Helper $resourceHelper
4848 */
4949 public function __construct (
5050 ContextInterface $ context ,
5151 UiComponentFactory $ uiComponentFactory ,
5252 StoreManagerInterface $ storeManager ,
53- Helper $ resourceHelper = null ,
5453 array $ components = [],
55- array $ data = []
54+ array $ data = [],
55+ Helper $ resourceHelper = null
5656 ) {
5757 parent ::__construct ($ context , $ uiComponentFactory , $ components , $ data );
5858 $ objectManager = \Magento \Framework \App \ObjectManager::getInstance ();
You can’t perform that action at this time.
0 commit comments