From 1f8fd484f7745d3d6dcea6137dca1f837310e849 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 10 Jun 2019 22:33:35 -0600 Subject: [PATCH] Update FixUsernames command to skip action by default --- app/Console/Commands/FixUsernames.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/FixUsernames.php b/app/Console/Commands/FixUsernames.php index 7ac259dd7..40081d418 100644 --- a/app/Console/Commands/FixUsernames.php +++ b/app/Console/Commands/FixUsernames.php @@ -71,7 +71,7 @@ class FixUsernames extends Command foreach($affected as $u) { $old = $u->username; $this->info("Found user: {$old}"); - $opt = $this->choice('Select fix method:', $opts, 0); + $opt = $this->choice('Select fix method:', $opts, 3); switch ($opt) { case $opts[0]: