Skip to content

Commit

Permalink
removing one
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jan 17, 2024
1 parent c74e36e commit 093578e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Countries/Brazil.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ protected function variableHolidays(int $year): array
$easter = CarbonImmutable::createFromTimestamp(easter_date($year))->setTimezone('America/Sao_Paulo');

return [
'Páscoa' => $easter,
'Carnaval' => $easter->subDays(47),
'Sexta-feira Santa' => $easter->subDays(2),
'Corpus Christi' => $easter->addDays(60),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"name": "Sexta-feira Santa",
"date": "2024-03-29"
},
{
"name": "P\u00e1scoa",
"date": "2024-03-31"
},
{
"name": "Dia de Tiradentes",
"date": "2024-04-21"
Expand Down

0 comments on commit 093578e

Please sign in to comment.