belongsToMany(Student::class); } public function lecturer(): BelongsTo { return $this->belongsTo(Lecturer::class); } }