Skip to content

Commit 9e6f56b

Browse files
committed
Removed unwanted interface implementation
1 parent 212a533 commit 9e6f56b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Backend/Controller/Adminhtml/Dashboard/ProductsViewed.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
*/
77
namespace Magento\Backend\Controller\Adminhtml\Dashboard;
88

9-
use Magento\Framework\App\Action\HttpGetActionInterface;
10-
119
/**
1210
* Get most viewed products controller.
1311
*/
14-
class ProductsViewed extends AjaxBlock implements HttpGetActionInterface
12+
class ProductsViewed extends AjaxBlock
1513
{
1614
/**
1715
* Gets most viewed products list

0 commit comments

Comments
 (0)