Skip to content

Commit d7edf8c

Browse files
committed
Update docs
1 parent fab7dae commit d7edf8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/upgrade-2-0-to-3-0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ $node = Data::node('paragraph', [
5555
]);
5656
```
5757

58+
You can also use the `apply`, `clone` and `morph` helpers, depending on what you're trying to do. Check the [helpers](helpers) page for more information.
59+
5860
### Deprecated method removed (Low Impact)
5961

6062
The previously deprecated `Mutator:tag()` method has been removed. You should use `Mutator:html()` instead.

0 commit comments

Comments
 (0)