write test for road item projects
This commit is contained in:
@@ -18,8 +18,11 @@ class UserFactory extends Factory
|
||||
{
|
||||
return [
|
||||
'username' => $this->faker->name,
|
||||
'name' => $this->faker->name,
|
||||
'enabled' => true,
|
||||
'confirmed' => 1
|
||||
'confirmed' => 1,
|
||||
'province_fa' => $this->faker->name,
|
||||
'city_fa' => $this->faker->name,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user