Skip to content

Commit 13b4c03

Browse files
ENGCOM-3210: Fixed class name issue in comment #18667
- Merge Pull Request #18667 from gelanivishal/magento2:patch-10 - Merged commits: 1. 85961ca
2 parents f710f9b + 85961ca commit 13b4c03

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/AdminNotification/Block

1 file changed

+2
-2
lines changed

app/code/Magento/AdminNotification/Block/Window.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Window extends \Magento\Backend\Block\Template
4040
protected $_criticalCollection;
4141

4242
/**
43-
* @var \Magento\Adminnotification\Model\Inbox
43+
* @var \Magento\AdminNotification\Model\Inbox
4444
*/
4545
protected $_latestItem;
4646

@@ -92,7 +92,7 @@ protected function _toHtml()
9292
/**
9393
* Retrieve latest critical item
9494
*
95-
* @return bool|\Magento\Adminnotification\Model\Inbox
95+
* @return bool|\Magento\AdminNotification\Model\Inbox
9696
*/
9797
protected function _getLatestItem()
9898
{

0 commit comments

Comments
 (0)