funcion/refactor-general #45

Open
atasistro wants to merge 111 commits from funcion/refactor-general into master
Showing only changes of commit db5262d655 - Show all commits

View file

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