Skip to content

Commit

Permalink
Update NameListFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Feb 19, 2024
1 parent 9b9f629 commit bdff8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/NameListFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function definition(): array
'can_be_modified' => fake()->boolean,
'is_list_of_favorites' => fake()->boolean,
'uuid' => fake()->uuid,
'gender' => fake()->random,
'gender' => fake()->text(20),
];
}
}

0 comments on commit bdff8d4

Please sign in to comment.