Skip to content

Commit 11b4a28

Browse files
authored
fix: remove non-variable holiday "Cambio de Gobierno" from Mexico (#270)
1 parent 07a42e0 commit 11b4a28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Countries/Mexico.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ protected function allHolidays(int $year): array
1717
'Año Nuevo' => '01-01',
1818
'Día Internacional de los Trabajadores' => '05-01',
1919
'Día de Independencia' => '09-16',
20-
'Cambio de Gobierno' => '10-01',
2120
'Navidad' => '12-25',
2221
], $this->variableHolidays($year));
2322
}

0 commit comments

Comments
 (0)