feat: add internship date fields and business day calculation to career applications

This commit is contained in:
Ümit Tunç
2026-06-01 08:02:36 +03:00
parent e24b4bdf41
commit aa48ce7890
5 changed files with 125 additions and 2 deletions
+3
View File
@@ -25,6 +25,9 @@ class CareerApplication extends Model
'password',
'signed_internship_form_path',
'to_be_signed_internship_form_path',
'internship_start_date',
'internship_end_date',
'internship_total_days',
];
/**