Skip to content

Commit 502d80f

Browse files
ENGCOM-4220: Remove unused use statement in Wishlist Allcart Controller #21130
- Merge Pull Request #21130 from oshancp/magento2:remove-unused-use-statement-from-Wishlist-Allcart-controller - Merged commits: 1. 53694fa 2. 9de6daf
2 parents 92118f5 + 9de6daf commit 502d80f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
namespace Magento\Wishlist\Controller\Index;
77

88
use Magento\Framework\Data\Form\FormKey\Validator;
9-
use Magento\Framework\App\Action;
109
use Magento\Framework\App\Action\Context;
1110
use Magento\Wishlist\Controller\WishlistProviderInterface;
1211
use Magento\Wishlist\Model\ItemCarrier;
1312
use Magento\Framework\Controller\ResultFactory;
1413

14+
/**
15+
* Action Add All to Cart
16+
*/
1517
class Allcart extends \Magento\Wishlist\Controller\AbstractIndex
1618
{
1719
/**

0 commit comments

Comments
 (0)