Skip to content

Commit c5f6a1f

Browse files
fix http action
1 parent 26cd80d commit c5f6a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Wishlist/Controller/Shared/Allcart.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use Magento\Framework\App\Action\Action;
1212
use Magento\Framework\App\Action\Context;
13-
use Magento\Framework\App\Action\HttpGetActionInterface;
13+
use Magento\Framework\App\Action\HttpPostActionInterface;
1414
use Magento\Framework\Controller\Result\Forward;
1515
use Magento\Framework\Controller\Result\Redirect;
1616
use Magento\Framework\Controller\ResultFactory;
@@ -19,7 +19,7 @@
1919
/**
2020
* Wishlist Allcart Controller
2121
*/
22-
class Allcart extends Action implements HttpGetActionInterface
22+
class Allcart extends Action implements HttpPostActionInterface
2323
{
2424
/**
2525
* @var WishlistProvider

0 commit comments

Comments
 (0)