Skip to content

Commit a924f15

Browse files
authored
Remove if block in full
1 parent 59b963e commit a924f15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/NewCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
6868
$composer.' run-script post-autoload-dump',
6969
];
7070

71-
if ($input->getOption('dev')) {
72-
unset($commands[2]);
73-
}
74-
7571
if ($input->getOption('no-ansi')) {
7672
$commands = array_map(function ($value) {
7773
return $value.' --no-ansi';

0 commit comments

Comments
 (0)