diff --git a/src/NewCommand.php b/src/NewCommand.php index fba1ec7..9f7bdef 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -507,8 +507,6 @@ protected function promptForDatabaseOptions(string $directory, InputInterface $i if ($this->usingStarterKit($input)) { // Starter kits will already be migrated in post composer create-project command... $migrate = false; - - $input->setOption('database', 'sqlite'); } if (! $input->getOption('database') && $input->isInteractive()) {