Skip to content

Commit

Permalink
refactor: adicionado log de modulo em AfterCronJob quando não há rotinas
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekutianski committed Mar 17, 2022
1 parent 5c6a410 commit 8a10ea3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ public function run()
}

logModuleCall('NFEioServiceInvoices', 'Hook - AfterCronJob', "{$hasNfWaiting} notas a serem geradas", $queryNf);
} else {
logModuleCall('NFEioServiceInvoices', 'Hook - AfterCronJob', "", "Nenhuma ação a ser executada");

}
}

Expand Down

0 comments on commit 8a10ea3

Please sign in to comment.