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
+2 -3
View File
@@ -14,14 +14,13 @@ class WhatsappGroupMembership extends BaseModel
'school_year',
'semester',
'subject_type',
'primary',
'second',
'subject_id',
'is_member',
'verified_by',
'verified_at',
'created_at',
'updated_at',
];
public $timestamps = true; // created_at, updated_at
protected $casts = [