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 1f826f7 commit 368f073Copy full SHA for 368f073
app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Notification/Dismiss.php
@@ -8,12 +8,13 @@
8
use Magento\AsynchronousOperations\Model\BulkNotificationManagement;
9
use Magento\Backend\App\Action\Context;
10
use Magento\Backend\App\Action;
11
+use Magento\Framework\App\Action\HttpGetActionInterface;
12
use Magento\Framework\Controller\ResultFactory;
13
14
/**
15
* Class Bulk Notification Dismiss Controller
16
*/
-class Dismiss extends Action
17
+class Dismiss extends Action implements HttpGetActionInterface
18
{
19
20
* @var BulkNotificationManagement
@@ -43,7 +44,7 @@ protected function _isAllowed()
43
44
}
45
46
- * {@inheritdoc}
47
+ * @inheritdoc
48
49
public function execute()
50
0 commit comments