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.
1 parent 4dff9a3 commit f9855e7Copy full SHA for f9855e7
app/code/Magento/Reports/Model/ResourceModel/Quote/Item/Collection.php
@@ -6,8 +6,6 @@
6
7
namespace Magento\Reports\Model\ResourceModel\Quote\Item;
8
9
-use Magento\Framework\App\ResourceConnection;
10
-
11
/**
12
* Collection of Magento\Quote\Model\Quote\Item
13
*
@@ -89,7 +87,6 @@ protected function _construct()
89
87
$this->_init('Magento\Quote\Model\Quote\Item', 'Magento\Quote\Model\ResourceModel\Quote\Item');
90
88
}
91
92
93
94
* Prepare select query for products in carts report
95
0 commit comments