We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f344287 + 958fb95 commit c5bc9cdCopy full SHA for c5bc9cd
app/code/Magento/Catalog/Model/Indexer/Category/Flat/Action/Full.php
@@ -183,7 +183,8 @@ private function getActualStoreTablesForCategoryFlat(): array
183
foreach ($this->storeManager->getStores() as $store) {
184
$actualStoreTables[] = sprintf(
185
'%s_store_%s',
186
- $this->connection->getTableName('catalog_category_flat'), $store->getId()
+ $this->connection->getTableName('catalog_category_flat'),
187
+ $store->getId()
188
);
189
}
190
0 commit comments