Skip to content

Commit

Permalink
add Hessen to Pfingstsonntag and Ostersonntag
Browse files Browse the repository at this point in the history
  • Loading branch information
ickbinhier authored Aug 16, 2018
1 parent 5c95dec commit d29092c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Provider/DE.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ public function getHolidaysByYear($year)
$easter['goodFriday']->format(self::DATE_FORMAT) => $this->createData('Karfreitag'),
$easter['easterSunday']->format(self::DATE_FORMAT) => $this->createData('Ostersonntag', array(
self::STATE_BB,
self::STATE_HE,
)),
$easter['easterMonday']->format(self::DATE_FORMAT) => $this->createData('Ostermontag'),
$easter['ascensionDay']->format(self::DATE_FORMAT) => $this->createData('Christi Himmelfahrt'),
$easter['pentecostSunday']->format(self::DATE_FORMAT) => $this->createData('Pfingstsonntag', array(
self::STATE_BB,
self::STATE_HE,
)),
$easter['pentecostMonday']->format(self::DATE_FORMAT) => $this->createData('Pfingstmontag'),

Expand Down

0 comments on commit d29092c

Please sign in to comment.