fix db tables to have school year
This commit is contained in:
@@ -12,7 +12,6 @@ class SectionModel extends Model
|
||||
protected $allowedFields = [
|
||||
'section_name',
|
||||
'description',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'updated_by'
|
||||
];
|
||||
@@ -55,4 +54,4 @@ class SectionModel extends Model
|
||||
{
|
||||
return $this->delete($sectionId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user