You've already forked isop-mirror
feat: add report and report confirmation fields to Internship model and factory
This commit is contained in:
@@ -28,6 +28,8 @@ class InternshipFactory extends Factory
|
||||
'semester' => fake()->randomElement(["WINTER", "SUMMER"]),
|
||||
'position_description' => fake()->jobTitle(),
|
||||
'agreement' => null,
|
||||
'report' => null,
|
||||
'report_confirmed' => false,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user