6
0
Fork 0

UserSeeder

release
panliang 2022-05-09 14:19:21 +08:00
parent d69e2a9cfe
commit 81868622fa
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class UserSeeder extends Seeder
DB::table('balances')->truncate();
DB::table('users')->truncate();
$this->faker = $this->withFaker();
$this->createUsers(1);
// $this->createUsers(1);
}
protected function createUsers($vip, $parent = null)