/**
  * @param OutputInterface $output
  * @param HelperInterface $dialog
  *
  * @return mixed
  */
 public function dbPassQuestion(OutputInterface $output, HelperInterface $dialog)
 {
     return $dialog->askHiddenResponse($output, $dialog->getQuestion($this->trans('commands.migrate.execute.questions.db-pass'), ''), '');
 }