fix/details-incorrectly-sent-to-toku #38

Merged
aldarien merged 5 commits from fix/details-incorrectly-sent-to-toku into develop 2025-09-15 17:28:59 -03:00
Showing only changes of commit d94a064915 - Show all commits

View File

@ -104,7 +104,6 @@ class Propietario extends Service
} catch (EmptyResult) { } catch (EmptyResult) {
try { try {
$propietario = $this->propietarioRepository->create($filtered_data); $propietario = $this->propietarioRepository->create($filtered_data);
$this->logger->info('Propietario', ['propietario' => $propietario]);
$propietario = $this->propietarioRepository->save($propietario); $propietario = $this->propietarioRepository->save($propietario);
} catch (PDOException $exception) { } catch (PDOException $exception) {
throw new Create(__CLASS__, $exception); throw new Create(__CLASS__, $exception);