Skip to content

Commit

Permalink
Add new holidays (yes, it should be loaded dynamically)
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Garcia committed Mar 30, 2016
1 parent be4617d commit ab18665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Period/Day.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ final class Day extends DateRange
'*-09-11', // Diada
'*-09-24', // La Mercé
'*-10-12', // Dia Hispanidad
'*-11-01', // Tots Sants
'*-12-06', // Dia de la Constitución
'*-12-08', // Immaculada Concepción
'*-12-25', // Navidad
Expand All @@ -27,6 +28,7 @@ final class Day extends DateRange
'2015-04-06', // Lunes de Pascua
'2016-03-25', // Viernes Santo
'2016-03-28', // Lunes de Pascua
'2016-05-16', // Segunda Pascua
];

/**
Expand Down

0 comments on commit ab18665

Please sign in to comment.