belongsTo(QuestionSurveys::class, 'question_id', 'id'); } public function users(): HasOne { return $this->hasOne(User::class, 'id', 'user_id'); } }