belongsTo(Student::class); } public function studyGroup(): BelongsTo { return $this->belongsTo(StudyGroup::class); } }