belongsTo(Survey::class); } public function questions() { return $this->hasMany(Question::class); } }