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.
1 parent 1a805d0 commit 312cd80Copy full SHA for 312cd80
app/code/Magento/Customer/Controller/Address/Delete.php
@@ -6,11 +6,16 @@
6
*/
7
namespace Magento\Customer\Controller\Address;
8
9
+use Magento\Framework\App\Action\HttpGetActionInterface;
10
use Magento\Framework\App\Action\HttpPostActionInterface;
11
-class Delete extends \Magento\Customer\Controller\Address implements HttpPostActionInterface
12
+/**
13
+ * Delete customer address controller action.
14
+ */
15
+class Delete extends \Magento\Customer\Controller\Address implements HttpPostActionInterface, HttpGetActionInterface
16
{
17
/**
18
+ * @inheritdoc
19
* @return \Magento\Framework\Controller\Result\Redirect
20
21
public function execute()
0 commit comments