Skip to content

Commit c19a1a1

Browse files
committed
Implement interface to appease linter
1 parent ede673f commit c19a1a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/User/Controller/Adminhtml/Auth/ResetPassword.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
*/
66
namespace Magento\User\Controller\Adminhtml\Auth;
77

8+
use Magento\Framework\App\Action\HttpGetActionInterface;
9+
810
/**
911
* Class ResetPassword
1012
*
1113
* @package Magento\User\Controller\Adminhtml\Auth
1214
*/
13-
class ResetPassword extends \Magento\User\Controller\Adminhtml\Auth
15+
class ResetPassword extends \Magento\User\Controller\Adminhtml\Auth implements HttpGetActionInterface
1416
{
1517
/**
1618
* Display reset forgotten password form

0 commit comments

Comments
 (0)