This commit is contained in:
2025-06-07 14:01:21 +02:00
parent 67da9545d3
commit 6cac04fe68
4 changed files with 13 additions and 4 deletions

View File

@@ -17,7 +17,9 @@ class GenresFactory extends Factory
public function definition(): array
{
return [
//
"lib_genre" => fake()->text(20),
"created_at" => now(),
"updated_at" => now()
];
}
}