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 e39b012 commit 1a1cba6Copy full SHA for 1a1cba6
app/code/Magento/Indexer/Block/Backend/Grid/Column/Renderer/ScheduleStatus.php
@@ -16,6 +16,11 @@ class ScheduleStatus extends AbstractRenderer
16
*/
17
protected $viewModel;
18
19
+ /**
20
+ * @param \Magento\Backend\Block\Context $context
21
+ * @param \Magento\Framework\Mview\ViewInterface $viewModel
22
+ * @param array $data
23
+ */
24
public function __construct(
25
\Magento\Backend\Block\Context $context,
26
View $viewModel,
0 commit comments