FIX remove some whitespaces or empty lines + add btn in absence message homepage (still commented out)

This commit is contained in:
2023-01-27 12:04:11 +01:00
parent d46304e229
commit fa8a2c5cc5
3 changed files with 2 additions and 2 deletions

View File

@@ -64,6 +64,6 @@ class AbsenceController extends AbstractController
$em->flush();
return $this->redirect($this->generateUrl('chill_main_user_absence_index'));
}
}