Skip to content

Commit ac7e35a

Browse files
committed
Use 'JavaScript' as default extension
1 parent e09a45a commit ac7e35a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Maker/MakeStimulusController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public function interact(InputInterface $input, ConsoleStyle $io, Command $comma
5959
[
6060
'js' => 'JavaScript',
6161
'ts' => 'TypeScript',
62-
]
62+
],
63+
'js',
6364
);
6465

6566
$input->setArgument('extension', $chosenExtension);

0 commit comments

Comments
 (0)