belongsTo('Outcome'); } /** * Return the outcomes that the objective belongs to * * @return Illuminate\Database\Eloquent\Model */ /** * Return the program that the objective belongs to * * @return Illuminate\Database\Eloquent\Model */ public function objective() { return $this->belongsTo('Objective'); } }