Remove default department relationship from user factory

This commit is contained in:
Marcus Moore 2023-03-16 13:25:02 -07:00
parent 76861c0c30
commit 345946d6d4
No known key found for this signature in database

View file

@ -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(),