feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
62 changed files with 276 additions and 2771 deletions
Showing only changes of commit 78222eb9f1 - Show all commits

View File

@ -24,7 +24,7 @@ class Datos extends Ideal\Model
'direccion' => $this->direccion ?? null,
'telefono' => $this->telefono ?? null,
'email' => $this->email ?? null,
'fechaNacimiento' => $this->fechaNacimiento ?? null,
'fechaNacimiento' => $this->fechaNacimiento?->format('Y-m-d') ?? null,
'sexo' => $this->sexo ?? null,
'estadoCivil' => $this->estadoCivil ?? null,
'nacionalidad' => $this->nacionalidad ?? null,