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 26cd80d commit c5f6a1fCopy full SHA for c5f6a1f
app/code/Magento/Wishlist/Controller/Shared/Allcart.php
@@ -10,7 +10,7 @@
10
11
use Magento\Framework\App\Action\Action;
12
use Magento\Framework\App\Action\Context;
13
-use Magento\Framework\App\Action\HttpGetActionInterface;
+use Magento\Framework\App\Action\HttpPostActionInterface;
14
use Magento\Framework\Controller\Result\Forward;
15
use Magento\Framework\Controller\Result\Redirect;
16
use Magento\Framework\Controller\ResultFactory;
@@ -19,7 +19,7 @@
19
/**
20
* Wishlist Allcart Controller
21
*/
22
-class Allcart extends Action implements HttpGetActionInterface
+class Allcart extends Action implements HttpPostActionInterface
23
{
24
25
* @var WishlistProvider
0 commit comments