Skip to content

Commit 506d8be

Browse files
committed
add comment
1 parent 79c0a57 commit 506d8be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NewCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ protected function promptForJetstreamOptions(InputInterface $input)
491491
))->each(fn ($option) => $input->setOption($option, true));
492492
}
493493

494+
/**
495+
* Validate the starter kit stack input.
496+
*
497+
* @param \Symfony\Components\Console\Input\InputInterface
498+
*/
494499
protected function validateStackOption(InputInterface $input)
495500
{
496501
if ($input->getOption('breeze')) {

0 commit comments

Comments
 (0)