add comment to factories

This commit is contained in:
2025-07-23 09:51:30 +03:30
parent bc31ce9e37
commit 9af2c7c7d7
6 changed files with 34 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ class CountryKeypressReportFactory extends Factory
*/
public function definition(): array
{
// $this->faker->randomElement(Province::all()->pluck('id')->toArray())
return [
'province_id' => Province::factory(),
'province_name' => function (array $attributes) {