belongsTo('App\Area', 'areaId'); } public function modalidade(){ return $this->belongsTo('App\Modalidade', 'modalidadeId'); } }