diff --git a/src/Console/PresetMakeCommand.php b/src/Console/PresetMakeCommand.php index cb3d7ce..9facaee 100644 --- a/src/Console/PresetMakeCommand.php +++ b/src/Console/PresetMakeCommand.php @@ -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, )); }