mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove default category relationship from license factory
This commit is contained in:
parent
a98cc01766
commit
2f0f9586b1
|
@ -57,7 +57,6 @@ class LicenseFactory extends Factory
|
|||
'reassignable' => $this->faker->boolean(),
|
||||
'termination_date' => $this->faker->dateTimeBetween('-1 years', 'now', date_default_timezone_get())->format('Y-m-d H:i:s'),
|
||||
'supplier_id' => Supplier::factory(),
|
||||
'category_id' => Category::where('category_type', '=', 'license')->inRandomOrder()->first()->id
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue