hasOne(Cliente::class, 'baja_id', 'id'); } public function profesional() { return $this->hasOne(Profesional::class, 'baja_id', 'id'); } }