Skip to content

Commit

Permalink
[IndexBundle] don't mark migrations as installed as installer only ex…
Browse files Browse the repository at this point in the history
…ists when CoreBundle is not enabled
  • Loading branch information
dpfaffenbauer committed May 8, 2024
1 parent 7cb291e commit 251543b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CoreShop/Bundle/CoreBundle/Command/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function __construct(
KernelInterface $kernel,
CommandDirectoryChecker $directoryChecker,
protected Installer $installer,
protected \CoreShop\Bundle\IndexBundle\Installer $indexBundleInstaller,
) {
parent::__construct($kernel, $directoryChecker);
}
Expand Down Expand Up @@ -97,7 +96,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}

$this->installer->markAllMigrationsInstalled();
$this->indexBundleInstaller->markAllMigrationsInstalled();

$outputStyle->newLine(2);
$outputStyle->success($this->getProperFinalMessage($errored));
Expand Down

0 comments on commit 251543b

Please sign in to comment.