Skip to content

Commit

Permalink
fix value church_council
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Nov 8, 2024
1 parent 0e04b3b commit c978e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AnniversaryCalculator/Enums/AnnivType.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AnnivType
"dogma",
"apparition",
"pontifical_incoronation",
"ecumenical_council",
"church_council",
"encyclical",
"other"
];
Expand Down
2 changes: 1 addition & 1 deletion src/AnniversaryCalculator/Enums/LitCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LitCalendar
private array $GTXT;

public static array $values = [
"universal", "national", "diocesan", "wide_area"
"universal", "national", "diocesan", "wide_area", "non_liturgical_event"
];

public function __construct()
Expand Down

0 comments on commit c978e47

Please sign in to comment.