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.
2 parents f710f9b + 85961ca commit 13b4c03Copy full SHA for 13b4c03
app/code/Magento/AdminNotification/Block/Window.php
@@ -40,7 +40,7 @@ class Window extends \Magento\Backend\Block\Template
40
protected $_criticalCollection;
41
42
/**
43
- * @var \Magento\Adminnotification\Model\Inbox
+ * @var \Magento\AdminNotification\Model\Inbox
44
*/
45
protected $_latestItem;
46
@@ -92,7 +92,7 @@ protected function _toHtml()
92
93
* Retrieve latest critical item
94
*
95
- * @return bool|\Magento\Adminnotification\Model\Inbox
+ * @return bool|\Magento\AdminNotification\Model\Inbox
96
97
protected function _getLatestItem()
98
{
0 commit comments