Skip to content

Commit 0a79989

Browse files
committed
MC-26683: Updated description of the class
1 parent 77fee57 commit 0a79989

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/AddProductsToCart.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
namespace Magento\QuoteGraphQl\Model\Cart;
99

1010
use Magento\Framework\GraphQl\Exception\GraphQlInputException;
11-
use Magento\Framework\Message\MessageInterface;
1211
use Magento\Quote\Api\CartRepositoryInterface;
1312
use Magento\Quote\Model\Quote;
1413

1514
/**
16-
* Add products to cart
15+
* Adding products to cart using GraphQL
1716
*/
1817
class AddProductsToCart
1918
{

0 commit comments

Comments
 (0)