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 23ac7a0 commit 60907f4Copy full SHA for 60907f4
app/code/Magento/Newsletter/Block/Adminhtml/Queue/Edit.php
@@ -22,7 +22,7 @@ class Edit extends \Magento\Backend\Block\Template
22
protected $_template = 'Magento_Newsletter::queue/edit.phtml';
23
24
/**
25
- * Core registry
+ * Magento Framework Core Registry
26
*
27
* @var \Magento\Framework\Registry
28
*/
@@ -43,6 +43,8 @@ public function __construct(
43
}
44
45
46
+ * Queue Edit constructor
47
+ *
48
* @return void
49
50
protected function _construct()
0 commit comments