From 7c5aea899bb4cac48075cbc2644472cac0ee4b47 Mon Sep 17 00:00:00 2001 From: Petr Katerinak <33215381+inDeev@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:05:52 +0100 Subject: [PATCH] Update Holidays.php --- src/Holidays.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Holidays.php b/src/Holidays.php index 663fc9e7b..aee101ccf 100755 --- a/src/Holidays.php +++ b/src/Holidays.php @@ -15,8 +15,8 @@ protected function __construct( protected Country $country, protected int $year, protected ?CarbonImmutable $from = null, - protected ?CarbonImmutable $to = null - protected ?string $locale = null, + protected ?CarbonImmutable $to = null, + protected ?string $locale = null ) { }