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.
2 parents 502d80f + 18663c0 commit 6f1e66eCopy full SHA for 6f1e66e
app/code/Magento/Wishlist/Controller/Index/Allcart.php
@@ -5,6 +5,7 @@
5
*/
6
namespace Magento\Wishlist\Controller\Index;
7
8
+use Magento\Framework\App\Action\HttpPostActionInterface;
9
use Magento\Framework\Data\Form\FormKey\Validator;
10
use Magento\Framework\App\Action\Context;
11
use Magento\Wishlist\Controller\WishlistProviderInterface;
@@ -14,7 +15,7 @@
14
15
/**
16
* Action Add All to Cart
17
-class Allcart extends \Magento\Wishlist\Controller\AbstractIndex
18
+class Allcart extends \Magento\Wishlist\Controller\AbstractIndex implements HttpPostActionInterface
19
{
20
21
* @var WishlistProviderInterface
0 commit comments