We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8456c commit 7dbf59dCopy full SHA for 7dbf59d
UPGRADE.markdown
@@ -1,7 +1,7 @@
1
### Upgrading from 4.0 to 4.1
2
3
-Nested sets feature has been moved to trait `Kalnoy\Nesetedset\NodeTrait`, but
4
-old `Kalnoy\Nesetedset\Node` class is still available.
+Nested sets feature has been moved to trait `Kalnoy\Nestedset\NodeTrait`, but
+old `Kalnoy\Nestedset\Node` class is still available.
5
6
Some methods on trait were renamed (see changelog), but still available on legacy
7
node class.
@@ -25,4 +25,4 @@ you should call `defaultOrder` on the query.
25
26
Since root node is not required now, `NestedSet::createRoot` method has been removed.
27
28
-`NestedSet::columns` now doesn't create a foreign key for a `parent_id` column.
+`NestedSet::columns` now doesn't create a foreign key for a `parent_id` column.
0 commit comments