UserSeeder
parent
d69e2a9cfe
commit
81868622fa
|
|
@ -27,7 +27,7 @@ class UserSeeder extends Seeder
|
||||||
DB::table('balances')->truncate();
|
DB::table('balances')->truncate();
|
||||||
DB::table('users')->truncate();
|
DB::table('users')->truncate();
|
||||||
$this->faker = $this->withFaker();
|
$this->faker = $this->withFaker();
|
||||||
$this->createUsers(1);
|
// $this->createUsers(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function createUsers($vip, $parent = null)
|
protected function createUsers($vip, $parent = null)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue