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.
2 parents 3d297c4 + bfdf8e9 commit 2c1b29aCopy full SHA for 2c1b29a
app/code/Magento/Customer/Controller/Ajax/Logout.php
@@ -7,13 +7,15 @@
7
8
namespace Magento\Customer\Controller\Ajax;
9
10
+use Magento\Framework\App\Action\HttpGetActionInterface;
11
+
12
/**
13
* Logout controller
14
*
15
* @method \Magento\Framework\App\RequestInterface getRequest()
16
* @method \Magento\Framework\App\Response\Http getResponse()
17
*/
-class Logout extends \Magento\Framework\App\Action\Action
18
+class Logout extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface
19
{
20
21
* @var \Magento\Customer\Model\Session
0 commit comments