remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ class ParentAttendanceReport extends BaseModel
{
protected $table = 'parent_attendance_reports';
// ✅ CI: useTimestamps = true
// ✅ legacy: useTimestamps = true
public $timestamps = true;
protected $fillable = [
@@ -51,7 +51,7 @@ class ParentAttendanceReport extends BaseModel
}
/**
* Laravel equivalent of CI listForDateRange()
* Laravel equivalent of legacy listForDateRange()
* Returns array rows with:
* parent_attendance_reports.* + students firstname/lastname + classSection class_section_name
*/