mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix UserFactory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user