Agregada region a resource de comisiones

This commit is contained in:
Alejandro Tasistro 2025-08-12 22:03:05 -03:00
parent 708c153fe6
commit bdd44d72fb

View file

@ -16,6 +16,7 @@ class GrupoDeCompraComisionesResource extends JsonResource
return [
'id' => $this->id,
'nombre' => $this->nombre,
'region' => $this->region,
'saldo' => $this->saldo,
];
}