belongsTo('App\User', 'user_id', 'id'); } public function topic() { return $this->belongsTo('App\Models\ForumTopic', 'topic_id', 'id'); } }