Fix bad merge

This commit is contained in:
Tim Nagel 2015-03-12 17:41:26 +11:00
parent 19e9abaa53
commit 14af748840

View file

@ -169,7 +169,7 @@ class PopulateCommand extends ContainerAwareCommand
}
$provider = $this->providerRegistry->getProvider($index, $type);
$loggerClosure = $this->getLoggerClosure($output, $index, $type);
$loggerClosure = $this->progressClosureBuilder->build($output, 'Populating', $index, $type);
$provider->populate($loggerClosure, $event->getOptions());
$this->dispatcher->dispatch(TypePopulateEvent::POST_TYPE_POPULATE, $event);