fix UserFactory

This commit is contained in:
lgb
2024-02-26 12:15:16 +08:00
parent 86dd3ef4bf
commit 0f551d5091
2 changed files with 6 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ class UserGenerate extends Command
$log = "num: $num";
if (!$num) {
$this->error("$log, no num!");
return Command::SUCCESS;
}
$size = 1000;
$total = 0;