Skip to content

Commit 3d82fe3

Browse files
author
Zach Nanninga
committed
ISSUE-27397 - Implement http action interface to resolve php code mess error
1 parent 1e4ef87 commit 3d82fe3

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance

1 file changed

+3
-1
lines changed

app/code/Magento/Widget/Controller/Adminhtml/Widget/Instance/Validate.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
*/
77
namespace Magento\Widget\Controller\Adminhtml\Widget\Instance;
88

9-
class Validate extends \Magento\Widget\Controller\Adminhtml\Widget\Instance
9+
use Magento\Framework\App\Action\HttpPostActionInterface;
10+
11+
class Validate extends \Magento\Widget\Controller\Adminhtml\Widget\Instance implements HttpPostActionInterface
1012
{
1113
/**
1214
* Validate action

0 commit comments

Comments
 (0)