Skip to content

Commit

Permalink
#47 - seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Sep 10, 2024
1 parent 7301c7f commit 8729b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/GroupFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GroupFactory extends Factory
public function definition(): array
{
return [
"name" => fake()->asciify("******"),
"name" => fake()->numerify("s#INF#"),
"course_semester_id" => CourseSemester::factory(),
"form" => StudyForm::Stationary->value,
];
Expand Down

0 comments on commit 8729b7a

Please sign in to comment.