Skip to content

Commit

Permalink
Fix init command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 17, 2019
1 parent 2eaf862 commit d8642a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
/** @var Webspace $webspace */
foreach ($webspaceManager->getWebspaceCollection() as $webspace) {
$this->initWebspace($webspace, $output);
$this->entityManager->flush();
$entityManager->flush();
}
}

Expand Down

0 comments on commit d8642a5

Please sign in to comment.