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 689f704 + 832bb70 commit 18e164fCopy full SHA for 18e164f
app/code/Magento/Sales/Controller/Guest/Form.php
@@ -10,6 +10,7 @@
10
11
use Magento\Customer\Model\Session as CustomerSession;
12
use Magento\Framework\App\Action\Context;
13
+use Magento\Framework\App\Action\HttpGetActionInterface;
14
use Magento\Framework\App\ObjectManager;
15
use Magento\Framework\Controller\Result\Redirect;
16
use Magento\Framework\View\Result\Page;
@@ -19,7 +20,7 @@
19
20
/**
21
* Class Form
22
*/
-class Form extends \Magento\Framework\App\Action\Action
23
+class Form extends \Magento\Framework\App\Action\Action implements HttpGetActionInterface
24
{
25
26
* @var PageFactory
@@ -71,4 +72,4 @@ public function execute()
71
72
73
return $resultPage;
74
}
-}
75
+}
0 commit comments