We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826e81a commit 010a4bfCopy full SHA for 010a4bf
src/NewCommand.php
@@ -53,7 +53,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
53
$teams = ! is_null($input->getOption('teams'))
54
? (bool) $input->getOption('teams')
55
: (new SymfonyStyle($input, $output))->confirm('Will your application use teams?', false);
56
- die();
57
} else {
58
$output->write(PHP_EOL.'<fg=red> _ _
59
| | | |
0 commit comments