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