summaryrefslogtreecommitdiff
path: root/src/model/entities/NodeData.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-05-11 21:39:31 +0200
committerpolo <ordipolo@gmx.fr>2025-05-11 21:40:01 +0200
commit9a710b5d1008f41fdff8a30226a2a5b378def29c (patch)
treed6b2d5c85af4c73837345c7cf81769f30f3584b5 /src/model/entities/NodeData.php
parent6ddffd80053e268789f1b168ff3a8ee223681e47 (diff)
downloadcms-9a710b5d1008f41fdff8a30226a2a5b378def29c.zip
suppression d'une page, assets gérés à la créations de pages
Diffstat (limited to 'src/model/entities/NodeData.php')
-rw-r--r--src/model/entities/NodeData.php4
1 files changed, 4 insertions, 0 deletions
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
67 { 67 {
68 return $this->images; 68 return $this->images;
69 } 69 }
70 public function setImages(Collection $images): void
71 {
72 $this->images = $images;
73 }
70} 74}