write test for this project for example login ana call

This commit is contained in:
2025-05-10 17:24:11 +03:30
parent 43935daff3
commit 0a2b324041
7 changed files with 571 additions and 3 deletions

View File

@@ -17,7 +17,9 @@ class ProvinceFactory extends Factory
public function definition(): array
{
return [
//
'name' => $this->faker->state,
'lat' => $this->faker->latitude,
'lon' => $this->faker->longitude,
];
}
}