belongsTo('App\User'); } public function editais(){ return $this->hasMany('App\Evento', 'coordenadorId'); } }