belongsTo('FypPart'); } // return the outcome the fyp part belongs to public function outcome() { return $this->belongsTo('Outcome'); } }