diff options
| author | Finn Schneider <schneider@data-quest.de> | 2026-03-10 16:14:29 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-10 17:15:58 +0100 |
| commit | 69c46a3f2be76d546e158e597e1c7b399070f096 (patch) | |
| tree | 6e219f639ef4307a4dc4e0d13fde1879454dcfc7 | |
| parent | 573b923c85c3cfac45af71690587417419f51228 (diff) | |
Resolve "Holidays getHolidayId ist privat"
Closes #6346
Merge request studip/studip!4809
| -rw-r--r-- | lib/classes/Holidays.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/Holidays.php b/lib/classes/Holidays.php index 682952d..0751d71 100644 --- a/lib/classes/Holidays.php +++ b/lib/classes/Holidays.php @@ -123,7 +123,7 @@ final class Holidays ]; } - private static function getHolidayId(int $timestamp): ?int + public static function getHolidayId(int $timestamp): ?int { // erstmal brauchen wir den Ostersonntag fuer die meisten kirchlichen Feiertage // $easterday = easter_date(date("Y", $timestamp)); // geht leider nicht |
