Editar propiedad en venta

This commit is contained in:
2023-12-01 15:00:25 -03:00
parent af9c6c51d4
commit 57579a52f1
6 changed files with 127 additions and 8 deletions

View File

@ -10,6 +10,8 @@ class PropiedadUnidad extends Unidad
public function jsonSerialize(): mixed
{
return array_merge(parent::jsonSerialize(), [
'pu_id' => $this->pu_id,
'propiedad_id' => $this->propiedad_id,
'valor' => $this->valor
]);
}