FIX: IPC no disponible
This commit is contained in:
@ -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')
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user