Skip to content

Commit

Permalink
Added Niedersachsen, Schleswig-Holstein, Bremen, Hamburg to Reformati…
Browse files Browse the repository at this point in the history
…onstag
  • Loading branch information
CarlMahnke1 committed Jul 11, 2022
1 parent 9a7b5b4 commit 9b5759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fgits/CarbonGermanHolidays/CarbonGermanHolidays.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static function getHolidays($year, $states = self::ALL_STATES)
$holidays['Mariä Himmelfahrt'] = mktime(0, 0, 0, 8, 15, $year);
}

if (array_intersect(array(self::BRANDENBURG, self::MECKLENBURG_VORPOMMERN, self::SACHSEN, self::SACHSEN_ANHALT, self::THUERINGEN), $states)) {
if (array_intersect(array(self::BRANDENBURG, self::MECKLENBURG_VORPOMMERN, self::SACHSEN, self::SACHSEN_ANHALT, self::THUERINGEN, self::NIEDERSACHSEN, self::HAMBURG, self::SCHLESWIG_HOLSTEIN, self::BREMEN), $states)) {
$holidays['Reformationstag'] = mktime(0, 0, 0, 10, 31, $year);
}

Expand Down

0 comments on commit 9b5759a

Please sign in to comment.