Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 15, 2024
1 parent 1155b6d commit 0286909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/PresetMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function interact(InputInterface $input, OutputInterface $output)
} else {
$input->setOption('namespace', select(
label: 'The root namespace for your package?',
options: $namespaces,
options: $namespaces->all(),
required: true,
));
}
Expand Down

0 comments on commit 0286909

Please sign in to comment.