1
0
Fork 0

Update FixUsernames command to skip action by default

This commit is contained in:
Daniel Supernault 2019-06-10 22:33:35 -06:00
parent 5b55165acd
commit 1f8fd484f7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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