write test for road item projects

This commit is contained in:
2024-03-10 14:18:24 +03:30
parent 7927362229
commit 8a662912e3
11 changed files with 1130 additions and 1 deletions

View File

@@ -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,
];
}
}