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 a9ac04a + af1c99f commit d53a676Copy full SHA for d53a676
app/code/Magento/AdminNotification/Model/ResourceModel/Inbox.php
@@ -6,6 +6,8 @@
6
namespace Magento\AdminNotification\Model\ResourceModel;
7
8
/**
9
+ * Inbox resource model
10
+ *
11
* @api
12
* @since 100.0.2
13
*/
@@ -77,8 +79,7 @@ public function getNoticeStatus(\Magento\AdminNotification\Model\Inbox $object)
77
79
'is_read=?',
78
80
0
81
);
- $return = $connection->fetchPairs($select);
- return $return;
82
+ return $connection->fetchPairs($select);
83
}
84
85
0 commit comments