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 212a533 commit 9e6f56bCopy full SHA for 9e6f56b
app/code/Magento/Backend/Controller/Adminhtml/Dashboard/ProductsViewed.php
@@ -6,12 +6,10 @@
6
*/
7
namespace Magento\Backend\Controller\Adminhtml\Dashboard;
8
9
-use Magento\Framework\App\Action\HttpGetActionInterface;
10
-
11
/**
12
* Get most viewed products controller.
13
14
-class ProductsViewed extends AjaxBlock implements HttpGetActionInterface
+class ProductsViewed extends AjaxBlock
15
{
16
17
* Gets most viewed products list
0 commit comments