Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 21, 2024
1 parent 88a764d commit ae1bf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ protected function promptForDatabaseOptions(string $directory, InputInterface $i
}
}

return [$database, $migrate ?? false];
return [$database ?? $defaultDatabase, $migrate ?? false];
}

/**
Expand Down

0 comments on commit ae1bf1b

Please sign in to comment.