Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 20, 2024
1 parent 79c0a57 commit 506d8be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 506d8be

Please sign in to comment.