Skip to content

Commit 2c1b29a

Browse files
ENGCOM-3667: Small fix in classes #19702
- Merge Pull Request #19702 from iskolesnyk/magento2:2.3-develop-customer-login-rename-property - Merged commits: 1. 243d471 2. bfdf8e9
2 parents 3d297c4 + bfdf8e9 commit 2c1b29a

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Customer/Controller/Ajax

1 file changed

+3
-1
lines changed

app/code/Magento/Customer/Controller/Ajax/Logout.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77

88
namespace Magento\Customer\Controller\Ajax;
99

10+
use Magento\Framework\App\Action\HttpGetActionInterface;
11+
1012
/**
1113
* Logout controller
1214
*
1315
* @method \Magento\Framework\App\RequestInterface getRequest()
1416
* @method \Magento\Framework\App\Response\Http getResponse()
1517
*/
16-
class Logout extends \Magento\Framework\App\Action\Action
18+
class Logout extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface
1719
{
1820
/**
1921
* @var \Magento\Customer\Model\Session

0 commit comments

Comments
 (0)