Commit 2230caa6d5fde0ae9f6ad079f5693226ba6b2f68
1 parent
9506cdd9
Exists in
master
and in
1 other branch
Corrigindo propriedade extensoes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdEstatisticasColetarRN.php
... | ... | @@ -29,7 +29,7 @@ class MdEstatisticasColetarRN extends InfraRN { |
29 | 29 | 'bancoSei' => $this->obterTipoSGBD(), |
30 | 30 | 'quantidadeDocumentosInternos' => $this->obterQuantidadeDocumentosInternos(), |
31 | 31 | 'quantidadeDocumentosExternos' => $this->obterQuantidadeDocumentosExternos(), |
32 | - 'quantidadeDocumentosExternosPorExtensao' => $this->obterQuantidadeDocumentosExternosPorExtensao(), | |
32 | + 'extensoes' => $this->obterQuantidadeDocumentosExternosPorExtensao(), | |
33 | 33 | 'estrategiaCessao' => $this->obterEstrategiaCessao(), |
34 | 34 | 'versaoMemcached' => $this->obterVersaoMemcached(), |
35 | 35 | 'tamanhoDatabase' => $this->obterTamanoDataBase() | ... | ... |