Skip to content

Commit

Permalink
Add new holidays (it should be loaded dynamically)
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Garcia committed Mar 21, 2016
1 parent 10aac90 commit be4617d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Period/Day.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ final class Day extends DateRange
'*-12-26', // San Esteban

'2015-04-03', // Viernes Santo
'2015-04-06' // Lunes de Pascua
'2015-04-06', // Lunes de Pascua
'2016-03-25', // Viernes Santo
'2016-03-28', // Lunes de Pascua
];

/**
Expand Down

0 comments on commit be4617d

Please sign in to comment.