Skip to content

Commit

Permalink
Fix duplicate output.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 13, 2024
1 parent 364b0b0 commit e7eae92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/MigrateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ protected function executeMigrations(Arguments $args, ConsoleIo $io): ?int
$io->out('<warning>dry-run mode enabled</warning>');
}
$io->out('<info>using connection</info> ' . (string)$args->getOption('connection'));
$io->out('<info>using connection</info> ' . (string)$args->getOption('connection'));
$io->out('<info>using paths</info> ' . $config->getMigrationPath());
$io->out('<info>ordering by</info> ' . $versionOrder . ' time');

Expand Down

0 comments on commit e7eae92

Please sign in to comment.