update controllers logic
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user