From 9a710b5d1008f41fdff8a30226a2a5b378def29c Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 11 May 2025 21:39:31 +0200 Subject: =?UTF-8?q?suppression=20d'une=20page,=20assets=20g=C3=A9r=C3=A9s?= =?UTF-8?q?=20=C3=A0=20la=20cr=C3=A9ations=20de=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/entities/NodeData.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/model') diff --git a/src/model/entities/NodeData.php b/src/model/entities/NodeData.php index 8f0f511..70da5cf 100644 --- a/src/model/entities/NodeData.php +++ b/src/model/entities/NodeData.php @@ -67,4 +67,8 @@ class NodeData { return $this->images; } + public function setImages(Collection $images): void + { + $this->images = $images; + } } -- cgit v1.2.3