From 0d726422054dcaa3919c9e1becb08a505d4b0ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Blanc?= Date: Fri, 28 Feb 2025 21:23:35 +0100 Subject: [PATCH] Restore the ability to choose a database engine during the installation procedure --- src/NewCommand.php | 2 -- 1 file changed, 2 deletions(-) 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()) {