chore: code cleanup

This commit is contained in:
Björn Fromme
2026-02-05 17:45:54 +01:00
parent 2f9930a240
commit 6adc0769c7
4 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ class DayTimeUtility
return 'abends';
} elseif ($time >= '20:00' && $time <= '23:59') {
return 'nachts';
} else {
return null;
}
return null;
}
}