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 4879fae commit 0266f59Copy full SHA for 0266f59
app/code/Magento/Checkout/Controller/Cart/UpdatePost.php
@@ -1,6 +1,5 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
@@ -10,6 +9,9 @@
10
9
use Magento\Framework\App\Action\HttpPostActionInterface;
11
use Magento\Framework\App\Action\HttpGetActionInterface;
12
+/**
13
+ * Class UpdatePost
14
+ */
15
class UpdatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface, HttpGetActionInterface
16
{
17
0 commit comments