Skip to content

Commit

Permalink
Update src/Countries/Slovakia.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Jun 13, 2024
1 parent e8604c9 commit 0aad19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countries/Slovakia.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function allHolidays(int $year): array
], $this->variableHolidays($year));

if ($year === 2018) {
$holidays['Výročie Deklarácie slovenského národa'] = '10-30',
$holidays['Výročie Deklarácie slovenského národa'] = '10-30';
}

if ($year < 2024) {
Expand Down

0 comments on commit 0aad19d

Please sign in to comment.