Agregada region a resource de comisiones
This commit is contained in:
parent
708c153fe6
commit
bdd44d72fb
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class GrupoDeCompraComisionesResource extends JsonResource
|
|||
return [
|
||||
'id' => $this->id,
|
||||
'nombre' => $this->nombre,
|
||||
'region' => $this->region,
|
||||
'saldo' => $this->saldo,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue