mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Remove default department relationship from user factory
This commit is contained in:
parent
76861c0c30
commit
345946d6d4
|
@ -22,7 +22,6 @@ class UserFactory extends Factory
|
|||
'city' => $this->faker->city(),
|
||||
'company_id' => Company::factory(),
|
||||
'country' => $this->faker->country(),
|
||||
'department_id' => rand(1, 6),
|
||||
'email' => $this->faker->safeEmail,
|
||||
'employee_num' => $this->faker->numberBetween(3500, 35050),
|
||||
'first_name' => $this->faker->firstName(),
|
||||
|
|
Loading…
Reference in a new issue