Skip to content

Commit 955a030

Browse files
committed
Implement HTTP Post Action Interface
1 parent 3e5bd0c commit 955a030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Controller/Cart/EstimatePost.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
namespace Magento\Checkout\Controller\Cart;
77

88
use Magento\Framework;
9+
use Magento\Framework\App\Action\HttpPostActionInterface;
910
use Magento\Checkout\Model\Cart as CustomerCart;
1011

11-
class EstimatePost extends \Magento\Checkout\Controller\Cart
12+
class EstimatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface
1213
{
1314
/**
1415
* @var \Magento\Quote\Api\CartRepositoryInterface

0 commit comments

Comments
 (0)