belongsTo(User::class, 'remitente_id'); } public function destinatario() { return $this->belongsTo(User::class, 'destinatario_id'); } }