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 ) { }