Skip to content

Commit 41f3503

Browse files
committed
Add missing $children property to Tree Closure doc
Closes #2086
1 parent 0daf14a commit 41f3503

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/tree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,11 @@ class Category
12591259
*/
12601260
private $parent;
12611261

1262+
/**
1263+
* @ORM\OneToMany(targetEntity="Category", mappedBy="parent")
1264+
*/
1265+
private $children;
1266+
12621267
public function getId()
12631268
{
12641269
return $this->id;

0 commit comments

Comments
 (0)