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 9de6daf commit 18663c0Copy full SHA for 18663c0
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