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