Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saschadube committed Aug 19, 2024
1 parent 327cb69 commit e6d2801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CreateModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$fn = [$this->getHelper('question'), 'ask'];
$ask = $this->partial($fn, $input, $output);
$namespace = $ask(new Question('Enter module namespace: '));
$assets = $ask(new ConfirmationQuestion('Add module assets example? [Y/n] ', true));
$assets = $ask(new ConfirmationQuestion('Add asset files example? [Y/n] ', true));
$settings = $ask(new ConfirmationQuestion('Add settings example? [Y/n] ', true));

$finder = (new Finder())
Expand Down

0 comments on commit e6d2801

Please sign in to comment.