From 985566fff48c0692b0c181b1aeb355959bfdf118 Mon Sep 17 00:00:00 2001 From: LinaKind Date: Thu, 19 Dec 2024 14:14:43 +0000 Subject: [PATCH] Allow an elifeAssessment to be handled by the ArticleVoR constructor https://github.com/elifesciences/issues/issues/9034 --- src/Model/ArticleVoR.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Model/ArticleVoR.php b/src/Model/ArticleVoR.php index 11410b45..df4a3e91 100644 --- a/src/Model/ArticleVoR.php +++ b/src/Model/ArticleVoR.php @@ -30,6 +30,7 @@ final class ArticleVoR extends ArticleVersion implements HasContent, HasImpactSt private $recommendationsForAuthorsTitle; private $doiVersion; private $publicReviews; + private $elifeAssessment; /** * @internal @@ -116,6 +117,7 @@ public function __construct( $this->recommendationsForAuthorsTitle = $recommendationsForAuthorsTitle; $this->doiVersion = $doiVersion; $this->publicReviews = $publicReviews; + $this->elifeAssessment = $elifeAssessment; } /**