We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e7207 commit 0a664fdCopy full SHA for 0a664fd
README.md
@@ -196,8 +196,6 @@ In this section we'll build a tree like the one used in the previous section.
196
### Creating root nodes
197
198
You can create a root node using `NestedSet::saveNode()`.
199
-In a single tree per table mode you can create only one root node. If you'll attempt
200
-to create more there will be CException thrown.
201
202
```php
203
$root = new Category;
0 commit comments