Skip to content

Commit c26656d

Browse files
committed
AC-711:Code Review chages
1 parent ec7ab78 commit c26656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,7 @@ protected function _applyZeroStoreProductLimitations()
20672067

20682068
$categoryProductSelect = $this->getConnection()->select()
20692069
->from($this->getTable('catalog_category_product'))
2070-
>columns([
2070+
->columns([
20712071
'product_id' => 'product_id',
20722072
'min_position' => new Zend_Db_Expr('MIN(position)')
20732073
])

0 commit comments

Comments
 (0)