belongsTo(Invoice::class); } /** * The attendance record this line item is based on. */ public function attendance(): BelongsTo { return $this->belongsTo(LessonAttendance::class, 'attendance_id'); } }