hasOne('Forum\Question\Models\Category'); } /** * The response that belong to the question. */ public function response(){ return $this->hasMany('Forum\Question\Models\Response'); } }