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