Skip to content

Commit 5333fbd

Browse files
authored
Update Full.php
1 parent ae9bf44 commit 5333fbd

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Category/Product/Action

1 file changed

+0
-2
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,13 @@ public function execute(): Full
187187
protected function reindex(): void
188188
{
189189
$userFunctions = [];
190-
191190
foreach ($this->storeManager->getStores() as $store) {
192191
if ($this->getPathFromCategoryId($store->getRootCategoryId())) {
193192
$userFunctions[$store->getId()] = function () use ($store) {
194193
$this->reindexStore($store);
195194
};
196195
}
197196
}
198-
199197
$this->processManager->execute($userFunctions);
200198
}
201199

0 commit comments

Comments
 (0)