Skip to content

Commit

Permalink
display_grade may be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 2, 2024
1 parent b7a976a commit 3b7b54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/Festivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public function __construct(array $LitEvent)
$this->common = $LitEvent['common'];
$this->common_lcl = $LitEvent['common_lcl'];
$this->liturgicalYear = $LitEvent['liturgical_year'] ?? '';
$this->displayGrade = $LitEvent['display_grade'];
$this->displayGrade = $LitEvent['display_grade'] ?? '';
}
}

0 comments on commit 3b7b54f

Please sign in to comment.