mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
No location id in licenses?
This commit is contained in:
parent
61a634bc1a
commit
6555b3a49d
|
@ -15,7 +15,6 @@ $factory->define(App\Models\License::class, function (Faker\Generator $faker) {
|
|||
|
||||
return [
|
||||
'user_id' => 1,
|
||||
'location_id' => rand(1,5),
|
||||
'serial' => $faker->uuid,
|
||||
'notes' => 'Created by DB seeder',
|
||||
'purchase_date' => $faker->dateTimeBetween('-1 years','now', date_default_timezone_get()),
|
||||
|
|
Loading…
Reference in a new issue