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 ecb2249 commit fded460Copy full SHA for fded460
app/code/Magento/Multishipping/Controller/Checkout/Address/NewShipping.php
@@ -5,12 +5,15 @@
5
*/
6
namespace Magento\Multishipping\Controller\Checkout\Address;
7
8
+use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
9
+use Magento\Multishipping\Controller\Checkout\Address;
10
+
11
/**
12
* Class NewShipping
13
*
- * @package Magento\Multishipping\Controller\Checkout\Address
14
+ * @package Address
15
-class NewShipping extends \Magento\Multishipping\Controller\Checkout\Address
16
+class NewShipping extends Address implements HttpGetActionInterface
17
{
18
19
* Create New Shipping address Form
0 commit comments