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 5d4a083 commit 09c6176Copy full SHA for 09c6176
app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message/ListAction.php
@@ -15,8 +15,8 @@ public function execute()
15
$severity = $this->getRequest()->getParam('severity');
16
$default = array(
17
'severity' => $severity,
18
- 'text' => 'All recent issues have been fixed. Please refresh the screen for an update.'
19
- );
+ 'text' => 'All recent issues have been fixed. Please refresh the screen for an update.',
+ );
20
$messageCollection = $this->_objectManager->get(
21
'Magento\AdminNotification\Model\Resource\System\Message\Collection'
22
);
0 commit comments