Skip to content

Commit 18663c0

Browse files
committed
ENGCOM-4220: Static test fix.
1 parent 9de6daf commit 18663c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
namespace Magento\Wishlist\Controller\Index;
77

8+
use Magento\Framework\App\Action\HttpPostActionInterface;
89
use Magento\Framework\Data\Form\FormKey\Validator;
910
use Magento\Framework\App\Action\Context;
1011
use Magento\Wishlist\Controller\WishlistProviderInterface;
@@ -14,7 +15,7 @@
1415
/**
1516
* Action Add All to Cart
1617
*/
17-
class Allcart extends \Magento\Wishlist\Controller\AbstractIndex
18+
class Allcart extends \Magento\Wishlist\Controller\AbstractIndex implements HttpPostActionInterface
1819
{
1920
/**
2021
* @var WishlistProviderInterface

0 commit comments

Comments
 (0)