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
+4 -5
View File
@@ -13,16 +13,15 @@ class StudentClass extends BaseModel
protected $fillable = [
'student_id',
'school_id',
'class_section_id',
'is_event_only',
'semester',
'school_year',
'is_event_only',
'description',
'created_at',
'updated_at',
'updated_by',
'updated_at',
'created_at',
];
public $timestamps = true;
protected $casts = [