Commit 9506cdd9d1d51dddc2344d3f7c901824ab74e1e2
1 parent
a39e56ae
Exists in
master
and in
1 other branch
Corrigindo bancoSEI -> bancoSei
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdEstatisticasColetarRN.php
... | ... | @@ -26,7 +26,7 @@ class MdEstatisticasColetarRN extends InfraRN { |
26 | 26 | 'navegadores' => $this->obterNavegadores(), |
27 | 27 | 'modulos' => $this->obterPlugins(), |
28 | 28 | 'tamanhoFilesystem' => $this->obterTamanhoFileSystem(), |
29 | - 'bancoSEI' => $this->obterTipoSGBD(), | |
29 | + 'bancoSei' => $this->obterTipoSGBD(), | |
30 | 30 | 'quantidadeDocumentosInternos' => $this->obterQuantidadeDocumentosInternos(), |
31 | 31 | 'quantidadeDocumentosExternos' => $this->obterQuantidadeDocumentosExternos(), |
32 | 32 | 'quantidadeDocumentosExternosPorExtensao' => $this->obterQuantidadeDocumentosExternosPorExtensao(), | ... | ... |