Skip to content

Commit a7da7fd

Browse files
add get
1 parent c5f6a1f commit a7da7fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

1111
use Magento\Framework\App\Action\Action;
1212
use Magento\Framework\App\Action\Context;
13+
use Magento\Framework\App\Action\HttpGetActionInterface;
1314
use Magento\Framework\App\Action\HttpPostActionInterface;
1415
use Magento\Framework\Controller\Result\Forward;
1516
use Magento\Framework\Controller\Result\Redirect;
@@ -19,7 +20,7 @@
1920
/**
2021
* Wishlist Allcart Controller
2122
*/
22-
class Allcart extends Action implements HttpPostActionInterface
23+
class Allcart extends Action implements HttpGetActionInterface, HttpPostActionInterface
2324
{
2425
/**
2526
* @var WishlistProvider

0 commit comments

Comments
 (0)