Skip to content

Commit 506acee

Browse files
committed
MAGETWO-93808: [Forwardport] Catalog EAV table getting called instead of flat table on top menu when flat is enabled
1 parent 676e6ce commit 506acee

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Category/Flat

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Category/Flat/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Catalog category flat collection
1919
*
2020
* @author Magento Core Team <[email protected]>
21+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2122
*/
2223
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
2324
{

0 commit comments

Comments
 (0)