Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed May 4, 2023
1 parent bfba25f commit cb420d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ConfirmationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected function askConfirmationInProd(InputInterface $i, OutputInterface $o):
}

/** @var QuestionHelper $helper */
$helper = $this->getHelper('question')
$helper = $this->getHelper('question');

return $helper->ask($i, $o, new ConfirmationQuestion('Are you sure you want to execute the migrations in production?', false));
}
Expand Down

0 comments on commit cb420d8

Please sign in to comment.