Skip to content

Commit

Permalink
fixes novoUsuario (novosga/novosga#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriolino authored Aug 23, 2024
1 parent e1a9186 commit 05f024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public function encerrar(
if ($data->redirecionar) {
$servicoRedirecionado = $servicoRepository->find($data->novoServico);
if (isset($data->novoUsuario)) {
$novoUsuario = $usuarioRepository->find($data->novoServico);
$novoUsuario = $usuarioRepository->find($data->novoUsuario);
}
}

Expand Down

0 comments on commit 05f024f

Please sign in to comment.