Skip to content

Commit f9855e7

Browse files
committed
#12321: Trying to get data from non existent products
- Fixed according to static test results
1 parent 4dff9a3 commit f9855e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Reports/Model/ResourceModel/Quote/Item/Collection.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
namespace Magento\Reports\Model\ResourceModel\Quote\Item;
88

9-
use Magento\Framework\App\ResourceConnection;
10-
119
/**
1210
* Collection of Magento\Quote\Model\Quote\Item
1311
*
@@ -89,7 +87,6 @@ protected function _construct()
8987
$this->_init('Magento\Quote\Model\Quote\Item', 'Magento\Quote\Model\ResourceModel\Quote\Item');
9088
}
9189

92-
9390
/**
9491
* Prepare select query for products in carts report
9592
*

0 commit comments

Comments
 (0)