mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Make created_by equal one in the seeder
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b83d1a043f
commit
f53b852dff
|
@ -35,6 +35,7 @@ class UserFactory extends Factory
|
||||||
'state' => $this->faker->stateAbbr(),
|
'state' => $this->faker->stateAbbr(),
|
||||||
'username' => $this->faker->unique()->username(),
|
'username' => $this->faker->unique()->username(),
|
||||||
'zip' => $this->faker->postcode(),
|
'zip' => $this->faker->postcode(),
|
||||||
|
'created_by' => 1,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue