diff --git a/src/NewCommand.php b/src/NewCommand.php index ed671da..b2bf395 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -491,6 +491,11 @@ protected function promptForJetstreamOptions(InputInterface $input) ))->each(fn ($option) => $input->setOption($option, true)); } + /** + * Validate the starter kit stack input. + * + * @param \Symfony\Components\Console\Input\InputInterface + */ protected function validateStackOption(InputInterface $input) { if ($input->getOption('breeze')) {