mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Small accessory factory tweaks
This commit is contained in:
parent
a69a939034
commit
324d44dbac
|
@ -12,6 +12,8 @@
|
|||
$factory->define(App\Models\Accessory::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'user_id' => 1,
|
||||
'model_number' => $faker->numberBetween(1000000, 50000000),
|
||||
'location_id' => rand(1,5),
|
||||
];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue