Skip to content

Commit

Permalink
Merge pull request #64 from RickDBCN/fix/oudjaarsdag
Browse files Browse the repository at this point in the history
fix: Oudjaarsdag is not a public holiday
  • Loading branch information
Nielsvanpach authored Jan 18, 2024
2 parents 35ae983 + 17d8e55 commit f6c96ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Countries/Netherlands.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ protected function allHolidays(int $year): array
'Bevrijdingsdag' => '05-05',
'1e Kerstdag' => '12-25',
'2e Kerstdag' => '12-26',
'Oudejaarsdag' => '12-31',
], $this->variableHolidays($year));
}

Expand Down

0 comments on commit f6c96ef

Please sign in to comment.