hasMany('Course'); } public function annual_cycle() { return $this->hasMany("AnnualCycle"); } }