Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
petersowah committed Jan 27, 2024
1 parent 0bdcc6e commit 2efe308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countries/Ghana.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function allHolidays(int $year): array
/** @return array<string, CarbonImmutable> */
protected function variableHolidays(int $year): array
{
$easter = $this-easter($year);
$easter = $this->easter($year);

return [
'Good Friday' => $easter->subDays(2),
Expand Down

0 comments on commit 2efe308

Please sign in to comment.