Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Govind Sharma authored Feb 6, 2019
1 parent dd48394 commit 8ea63dd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
*/
namespace Magento\Newsletter\Controller\Adminhtml\Problem;

use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface;
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;

class Index extends \Magento\Newsletter\Controller\Adminhtml\Problem implements HttpGetActionInterface, HttpPostActionInterface
class Index extends \Magento\Newsletter\Controller\Adminhtml\Problem implements HttpGetActionInterface
{
/**
* Newsletter problems report page
Expand Down

0 comments on commit 8ea63dd

Please sign in to comment.