Skip to content

Commit 14af748

Browse files
committed
Fix bad merge
1 parent 19e9aba commit 14af748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/PopulateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private function populateIndexType(OutputInterface $output, $index, $type, $rese
169169
}
170170

171171
$provider = $this->providerRegistry->getProvider($index, $type);
172-
$loggerClosure = $this->getLoggerClosure($output, $index, $type);
172+
$loggerClosure = $this->progressClosureBuilder->build($output, 'Populating', $index, $type);
173173
$provider->populate($loggerClosure, $event->getOptions());
174174

175175
$this->dispatcher->dispatch(TypePopulateEvent::POST_TYPE_POPULATE, $event);

0 commit comments

Comments
 (0)