Commit 7dbf59d 1 parent 4a8456c commit 7dbf59d Copy full SHA for 7dbf59d
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
### Upgrading from 4.0 to 4.1
2
2
3
- Nested sets feature has been moved to trait ` Kalnoy\Nesetedset \NodeTrait ` , but
4
- old ` Kalnoy\Nesetedset \Node ` class is still available.
3
+ Nested sets feature has been moved to trait ` Kalnoy\Nestedset \NodeTrait ` , but
4
+ old ` Kalnoy\Nestedset \Node ` class is still available.
5
5
6
6
Some methods on trait were renamed (see changelog), but still available on legacy
7
7
node class.
@@ -25,4 +25,4 @@ you should call `defaultOrder` on the query.
25
25
26
26
Since root node is not required now, ` NestedSet::createRoot ` method has been removed.
27
27
28
- ` NestedSet::columns ` now doesn't create a foreign key for a ` parent_id ` column.
28
+ ` NestedSet::columns ` now doesn't create a foreign key for a ` parent_id ` column.
You can’t perform that action at this time.
0 commit comments