From e245abe62bafe26369fb21d1f994840b4d0cc229 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 24 Oct 2024 13:43:18 -0400 Subject: [PATCH] Add default to the starter kit prompt (#90) --- src/NewCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NewCommand.php b/src/NewCommand.php index d17c0c8..b2ff01e 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -351,6 +351,7 @@ protected function askForRepo() $blankSiteOption = 'No, start with a blank site.', 'Yes, let me pick a Starter Kit.', ], + default: $blankSiteOption ); if ($choice === $blankSiteOption) {