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]: