Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Adiciona numeroClasse como campo obrigatório para atender a atualizaç…
Browse files Browse the repository at this point in the history
…ões da SED
  • Loading branch information
tmarquesini committed Jul 24, 2018
1 parent 81e2bcc commit 39a28c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Repository/GradesRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public function getPage(School $school)
$data = [
'anoLetivo' => date('Y'),
'codigoEscola' => $school->getCode(),
'tipoPesquisa' => 1
'numeroClasse' => '',
'tipoPesquisa' => 1,
];

$url = 'NCA/RelacaoAlunosClasse/PesquisaTurma';
Expand All @@ -92,4 +93,4 @@ public function extractCode(string $html)

return false;
}
}
}

0 comments on commit 39a28c2

Please sign in to comment.