refactor: simplify internship approval process by removing unit approval and adding supervisor name tracking
This commit is contained in:
@@ -17,6 +17,7 @@ class InternshipJournalEntry extends Model
|
||||
'is_retroactive',
|
||||
'supervisor_approved',
|
||||
'unit_approved',
|
||||
'supervisor_name',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user