From 8393acd0366ee3408db103ba29e8686bab127f42 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 17 Dec 2025 13:33:07 +0100 Subject: =?UTF-8?q?choix=20d'enregistrer=20ou=20non=20les=20messages=20en?= =?UTF-8?q?=20BDD,=20non=20par=20d=C3=A9faut=20dans=20EmailService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/entities/NodeData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/entities') diff --git a/src/model/entities/NodeData.php b/src/model/entities/NodeData.php index 19670fe..4c07a69 100644 --- a/src/model/entities/NodeData.php +++ b/src/model/entities/NodeData.php @@ -70,7 +70,7 @@ class NodeData { $this->data = $data; }*/ - public function updateData(string $key, string|array $value = ''): void + public function updateData(string $key, string|bool|array $value = ''): void { if($value !== ''){ $this->data[$key] = $value; -- cgit v1.2.3