Skip to content

Commit 010a4bf

Browse files
committed
fix
1 parent 826e81a commit 010a4bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NewCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
5353
$teams = ! is_null($input->getOption('teams'))
5454
? (bool) $input->getOption('teams')
5555
: (new SymfonyStyle($input, $output))->confirm('Will your application use teams?', false);
56-
die();
5756
} else {
5857
$output->write(PHP_EOL.'<fg=red> _ _
5958
| | | |

0 commit comments

Comments
 (0)