Skip to content

Commit 3f17951

Browse files
Reverting 36155
1 parent 1c995c1 commit 3f17951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Mview/ChangeLogBatchWalker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private function calculateEavAttributeSize(ChangelogInterface $changelog): int
6363
new Expression('COUNT(*)')
6464
)
6565
->joinInner(
66-
['type' => $connection->getTableName('eav_entity_type')],
66+
['type' => $connection->getTableName('eav_entity_type')],
6767
'type.entity_type_id=eav_attribute.entity_type_id'
6868
)
6969
->where('type.entity_type_code = ?', $this->entityTypeCodes[$changelog->getViewId()]);

0 commit comments

Comments
 (0)