diff options
Diffstat (limited to 'src/model/entities/Node.php')
-rw-r--r-- | src/model/entities/Node.php | 4 |
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; |