Skip to content

Commit b615f47

Browse files
committed
Fixed this usage
Signed-off-by: Denis Kopylov <[email protected]>
1 parent 9ae5f9c commit b615f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected function _syncData(array $processIds = [])
180180
foreach ($this->dimensionCollectionFactory->create() as $dimensions) {
181181
$insertSelect = $this->getConnection()->select()->from(
182182
['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()],
183-
array_keys($this->getConnection()->describeTable(this->tableMaintainer->getMainTableByDimensions($dimensions)))
183+
array_keys($this->getConnection()->describeTable($this->tableMaintainer->getMainTableByDimensions($dimensions)))
184184
);
185185

186186
foreach ($dimensions as $dimension) {

0 commit comments

Comments
 (0)