From faee735af8ff6751de912ab9ced320b9eaa77830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Mon, 2 Dec 2024 11:19:48 +0100 Subject: [PATCH] Update Site... again --- src/Entity/Site.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Entity/Site.php b/src/Entity/Site.php index aa7ae4b..7f29f0c 100644 --- a/src/Entity/Site.php +++ b/src/Entity/Site.php @@ -466,6 +466,7 @@ class Site implements JsonSerializable 'chronology' => $this->chronology, 'motivation' => $this->chronologyMotivation, 'finding' => $this->finding, + 'surveys' => $this->surveys, 'materials' => $this->materials, 'conservationState' => $this->conservationState, 'conservationPlace' => $this->conservationPlace,