Skip to content

Commit bfdf8e9

Browse files
committed
Fix static test.
1 parent 243d471 commit bfdf8e9

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)