refactor(night-contingent) : retirer garde morte dans le provider PDF

This commit is contained in:
2026-06-11 11:58:48 +02:00
parent 12eb8b2e1b
commit 5d944f1ec5
@@ -87,9 +87,6 @@ class NightHoursContingentPrintProvider implements ProviderInterface
});
$rows = $this->exportBuilder->buildRows($siteEmployees, $year);
if ([] === $rows) {
continue;
}
$renderRows = [];
foreach ($rows as $row) {