update controllers logic
This commit is contained in:
Executable → Regular
+1
-3
@@ -18,13 +18,11 @@ class AttendanceTracking extends BaseModel
|
||||
'date',
|
||||
'is_reported',
|
||||
'reason',
|
||||
'note',
|
||||
'is_notified',
|
||||
'notif_counter',
|
||||
'semester',
|
||||
'school_year',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'note',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user