Skip to content

Commit

Permalink
[Bug]: Merge conflict mistake in Installer mark_migrations_as_done (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Oct 25, 2024
1 parent e9dda3b commit 35b0536
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bundles/InstallBundle/src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,6 @@ private function runInstall(array $dbConfig, array $userCredentials, Connection
}

if (in_array('mark_migrations_as_done', $stepsToRun)) {
$this->dispatchStepEvent('install_classes');
$this->installClasses();

$this->dispatchStepEvent('migrations');
$this->markMigrationsAsDone();
}
Expand Down

0 comments on commit 35b0536

Please sign in to comment.