Skip to content

Commit fded460

Browse files
author
Max Souza
committed
Implements HttpGetActionInterface
1 parent ecb2249 commit fded460

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/code/Magento/Multishipping/Controller/Checkout/Address/NewShipping.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
*/
66
namespace Magento\Multishipping\Controller\Checkout\Address;
77

8+
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
9+
use Magento\Multishipping\Controller\Checkout\Address;
10+
811
/**
912
* Class NewShipping
1013
*
11-
* @package Magento\Multishipping\Controller\Checkout\Address
14+
* @package Address
1215
*/
13-
class NewShipping extends \Magento\Multishipping\Controller\Checkout\Address
16+
class NewShipping extends Address implements HttpGetActionInterface
1417
{
1518
/**
1619
* Create New Shipping address Form

0 commit comments

Comments
 (0)