Skip to content

Commit

Permalink
Update Holidays.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inDeev authored Jan 25, 2024
1 parent a6f4467 commit 7c5aea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Holidays.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
}

Expand Down

0 comments on commit 7c5aea8

Please sign in to comment.