Skip to content

Commit

Permalink
add get
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie committed Aug 12, 2020
1 parent c5f6a1f commit a7da7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/Wishlist/Controller/Shared/Allcart.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

use Magento\Framework\App\Action\Action;
use Magento\Framework\App\Action\Context;
use Magento\Framework\App\Action\HttpGetActionInterface;
use Magento\Framework\App\Action\HttpPostActionInterface;
use Magento\Framework\Controller\Result\Forward;
use Magento\Framework\Controller\Result\Redirect;
Expand All @@ -19,7 +20,7 @@
/**
* Wishlist Allcart Controller
*/
class Allcart extends Action implements HttpPostActionInterface
class Allcart extends Action implements HttpGetActionInterface, HttpPostActionInterface
{
/**
* @var WishlistProvider
Expand Down

0 comments on commit a7da7fd

Please sign in to comment.