summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-03-31 22:50:11 +0200
committerpolo <ordipolo@gmx.fr>2025-03-31 22:50:11 +0200
commit7f13ca69bb71a0eb477cbf4f4bfcd08b2843bf9b (patch)
tree93cdc918764a09c1ebde1cea0c25f24324834850 /src/model
parent43c962f442165327d73756c62501ff823d43f9f3 (diff)
downloadcms-7f13ca69bb71a0eb477cbf4f4bfcd08b2843bf9b.zip
inversion de deux articles
Diffstat (limited to 'src/model')
-rw-r--r--src/model/entities/Node.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/entities/Node.php b/src/model/entities/Node.php
index 49e16ba..9240413 100644
--- a/src/model/entities/Node.php
+++ b/src/model/entities/Node.php
@@ -128,10 +128,10 @@ class Node
128 { 128 {
129 return $this->position; 129 return $this->position;
130 } 130 }
131 /*public function setPosition(int $position): void 131 public function setPosition(int $position): void
132 { 132 {
133 $this->position = $position; 133 $this->position = $position;
134 }*/ 134 }
135 public function getPage(): Page 135 public function getPage(): Page
136 { 136 {
137 return $this->page; 137 return $this->page;