summaryrefslogtreecommitdiff
path: root/src/model/entities
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/entities')
-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}