Skip to content

Commit

Permalink
Merge pull request #7 from CarlMahnke1/Fix-Reformationstag
Browse files Browse the repository at this point in the history
Added Reformationstag
  • Loading branch information
micronax authored Jul 12, 2022
2 parents 9a7b5b4 + 9b5759a commit a7c990e
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 a7c990e

Please sign in to comment.