File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,13 @@ public function getHolidaysByYear($year)
84
84
$ easter ['goodFriday ' ]->format (self ::DATE_FORMAT ) => $ this ->createData ('Karfreitag ' ),
85
85
$ easter ['easterSunday ' ]->format (self ::DATE_FORMAT ) => $ this ->createData ('Ostersonntag ' , array (
86
86
self ::STATE_BB ,
87
+ self ::STATE_HE ,
87
88
)),
88
89
$ easter ['easterMonday ' ]->format (self ::DATE_FORMAT ) => $ this ->createData ('Ostermontag ' ),
89
90
$ easter ['ascensionDay ' ]->format (self ::DATE_FORMAT ) => $ this ->createData ('Christi Himmelfahrt ' ),
90
91
$ easter ['pentecostSunday ' ]->format (self ::DATE_FORMAT ) => $ this ->createData ('Pfingstsonntag ' , array (
91
92
self ::STATE_BB ,
93
+ self ::STATE_HE ,
92
94
)),
93
95
$ easter ['pentecostMonday ' ]->format (self ::DATE_FORMAT ) => $ this ->createData ('Pfingstmontag ' ),
94
96
You can’t perform that action at this time.
0 commit comments