EVOLUTION-NINJA
Edit File: Attendance.php
<?php namespace App\Models; use CodeIgniter\Model; class Attendance extends Model { protected $table = 'attendanc_dropdown'; protected $primaryKey = 'id'; protected $allowedFields = ['class','department','section','academic_year','date','time']; } ?>