We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824121e commit a11533bCopy full SHA for a11533b
app/code/Magento/User/Controller/Adminhtml/Auth/Forgotpassword.php
@@ -6,6 +6,8 @@
6
*/
7
namespace Magento\User\Controller\Adminhtml\Auth;
8
9
+use Magento\Framework\App\Action\HttpGetActionInterface;
10
+use Magento\Framework\App\Action\HttpPostActionInterface;
11
use Magento\Framework\App\ObjectManager;
12
use Magento\Security\Model\SecurityManager;
13
use Magento\Backend\App\Action\Context;
@@ -23,7 +25,7 @@
23
25
*
24
26
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
-class Forgotpassword extends Auth
28
+class Forgotpassword extends Auth implements HttpGetActionInterface, HttpPostActionInterface
29
{
30
/**
31
* @var SecurityManager
0 commit comments