add comment to factories
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user