Skip to content

Commit

Permalink
Removed unwanted interface implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-7037 committed Mar 28, 2019
1 parent 212a533 commit 9e6f56b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
*/
namespace Magento\Backend\Controller\Adminhtml\Dashboard;

use Magento\Framework\App\Action\HttpGetActionInterface;

/**
* Get most viewed products controller.
*/
class ProductsViewed extends AjaxBlock implements HttpGetActionInterface
class ProductsViewed extends AjaxBlock
{
/**
* Gets most viewed products list
Expand Down

0 comments on commit 9e6f56b

Please sign in to comment.