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 0bf60f8 commit 3a9d783Copy full SHA for 3a9d783
app/code/Magento/Backend/Block/Widget/Grid/Column/Multistore.php
@@ -16,15 +16,6 @@
16
*/
17
class Multistore extends \Magento\Backend\Block\Widget\Grid\Column
18
{
19
- /**
20
- * @param \Magento\Backend\Block\Template\Context $context
21
- * @param array $data
22
- */
23
- public function __construct(\Magento\Backend\Block\Template\Context $context, array $data = [])
24
- {
25
- parent::__construct($context, $data);
26
- }
27
-
28
/**
29
* Get header css class name
30
*
0 commit comments