Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMuffin committed Nov 13, 2024
1 parent e676e09 commit 85689a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/MigrationGenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ protected function configure(): void
public function execute(InputInterface $input, OutputInterface $output): int
{
$isEmptyOnly = (bool) $input->getOption('empty-only');

if (!$isEmptyOnly) {
$sqls = $this->migrationService->generateDiffSqls();

Expand Down

0 comments on commit 85689a6

Please sign in to comment.