Skip to content

Commit

Permalink
Add a confirmation message for generate-form command (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
henri9813 committed Aug 26, 2021
1 parent 69f917b commit 06bc5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Command/FormGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->entityManager->persist($form);
$this->entityManager->flush();

$output->writeln('A form called "Test Form" has been successfully created/updated.');

return 0;
}

Expand Down

0 comments on commit 06bc5fa

Please sign in to comment.