Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/3.8.x' into feat-as…
Browse files Browse the repository at this point in the history
…ked-namespace-when-more-one
  • Loading branch information
Myks92 committed Apr 22, 2024
2 parents c8ca5a2 + 95d3937 commit 84aef5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbalMigrator.php
Expand Up @@ -81,7 +81,7 @@ private function assertAllMigrationsAreTransactional(MigrationPlanList $migratio
/** @return array<string, Query[]> */
private function executePlan(MigrationPlanList $migrationsPlan, MigratorConfiguration $migratorConfiguration): array
{
$sql = [];
$sql = [];

foreach ($migrationsPlan->getItems() as $plan) {
$versionExecutionResult = $this->executor->execute($plan, $migratorConfiguration);
Expand Down

0 comments on commit 84aef5c

Please sign in to comment.