Skip to content

Commit 04c73ce

Browse files
committed
wip
1 parent 8a642a7 commit 04c73ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ protected function promptForJetstreamOptions(InputInterface $input)
327327
$input->setOption('stack', select(
328328
label: 'Which Jetstream stack would you like to install?',
329329
options: [
330-
'inertia' => 'Vue with Inertia',
331330
'livewire' => 'Livewire',
331+
'inertia' => 'Vue with Inertia',
332332
]
333333
));
334334
}

0 commit comments

Comments
 (0)