From 506d8be820681357fca30f3d05bbb00881dd686a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 20 Jan 2024 14:28:22 -0600 Subject: [PATCH] add comment --- src/NewCommand.php | 5 +++++ 1 file changed, 5 insertions(+) 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')) {