hasOne('App\User', 'enderecoId'); } public function evento(){ return $this->hasOne('App\Evento', 'enderecoId'); } }