hello i have two tables with this relationship : User model :
public function OneYearBodys(){ return $this->hasMany(\'App\\OneYearBody\'); }