We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a5ed9d + ef8e4fe commit bef5f75Copy full SHA for bef5f75
app/code/Magento/Quote/Model/Cart/CartTotalRepository.php
@@ -8,7 +8,6 @@
8
use Magento\Quote\Api;
9
use Magento\Quote\Api\CartRepositoryInterface;
10
use Magento\Quote\Api\CartTotalRepositoryInterface;
11
-use Magento\Catalog\Helper\Product\ConfigurationPool;
12
use Magento\Framework\Api\DataObjectHelper;
13
use Magento\Framework\Api\ExtensibleDataInterface;
14
use Magento\Quote\Model\Cart\Totals\ItemConverter;
@@ -40,7 +39,7 @@ class CartTotalRepository implements CartTotalRepositoryInterface
40
39
private $dataObjectHelper;
41
42
/**
43
- * @var ConfigurationPool
+ * @var ItemConverter
44
*/
45
private $itemConverter;
46
0 commit comments