Skip to content

Commit

Permalink
Newsletter Grid Filter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Govind Sharma authored Jan 31, 2019
1 parent c307d25 commit dd48394
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
*/
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
class Index extends \Magento\Newsletter\Controller\Adminhtml\Problem implements HttpGetActionInterface, HttpPostActionInterface
{
/**
* Newsletter problems report page
Expand Down

0 comments on commit dd48394

Please sign in to comment.