update controllers logic

This commit is contained in:
root
2026-04-23 00:04:35 -04:00
parent 1977a513df
commit ca4ba272fc
353 changed files with 13402 additions and 1301 deletions
Executable → Regular
+1 -1
View File
@@ -16,13 +16,13 @@ class Enrollment extends BaseModel
'student_id',
'class_section_id',
'parent_id',
'school_year',
'enrollment_date',
'enrollment_status',
'withdrawal_date',
'is_withdrawn',
'admission_status',
'semester',
'school_year',
'created_at',
'updated_at',
];