diff --git a/Command/FormGeneratorCommand.php b/Command/FormGeneratorCommand.php index 2d7f7d5e..54b5b1c4 100644 --- a/Command/FormGeneratorCommand.php +++ b/Command/FormGeneratorCommand.php @@ -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; }