belongsTo('Quinquennium'); } // return all the outcomes in the annual plan public function annualPlanOutcomes() { return $this->hasMany('AnnualPlanOutcome'); } }