FIX: IPC no disponible

This commit is contained in:
2023-12-04 19:51:44 -03:00
parent 9aa4e0ae1d
commit 43977d1bd9
3 changed files with 16 additions and 2 deletions

View File

@ -16,7 +16,7 @@ class Terreno implements JsonSerializable
return [
'superficie' => $this->superficie,
'valor' => $this->valor,
'date' => $this->fecha?->format('Y-m-d')
'fecha' => $this->fecha?->format('Y-m-d')
];
}
}