From a3cb995efdb65289551ffa4a9672c05162e49b39 Mon Sep 17 00:00:00 2001 From: juref-specto <85546763+juref-specto@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:31:23 +0200 Subject: [PATCH] Update Slovenia.php (#235) Wrong date fixed. It's 8th of February --- src/Countries/Slovenia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Countries/Slovenia.php b/src/Countries/Slovenia.php index 4f2171d50..9d43e0861 100644 --- a/src/Countries/Slovenia.php +++ b/src/Countries/Slovenia.php @@ -17,7 +17,7 @@ protected function allHolidays(int $year): array return array_merge([ 'Novo leto' => '01-01', // New Year's Day 'Novo leto 2' => '01-02', // New Year's Day, yes it's a second day - 'Prešernov dan, slovenski kulturni praznik' => '08-02', // Prešeren Day, Slovenian Cultural Holiday + 'Prešernov dan, slovenski kulturni praznik' => '02-08', // Prešeren Day, Slovenian Cultural Holiday 'Dan upora proti okupatorju' => '04-27', // Day of Uprising Against Occupation 'Praznik dela' => '05-01', // Labour Day 'Praznik dela 2' => '05-02', // Labour Day, yes it's a second day