You've already forked isop-mirror
refactor: rename agreement to proof
This commit is contained in:
@@ -27,7 +27,7 @@ class InternshipFactory extends Factory
|
||||
'year_of_study' => fake()->randomElement([1, 2, 3, 4, 5]),
|
||||
'semester' => fake()->randomElement(["WINTER", "SUMMER"]),
|
||||
'position_description' => fake()->jobTitle(),
|
||||
'agreement' => null,
|
||||
'proof' => null,
|
||||
'report' => null,
|
||||
'report_confirmed' => false,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user