Skip to content

Commit 9fe7945

Browse files
committed
correcting example
1 parent 719e176 commit 9fe7945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/forms.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,8 @@ In the view:
993993
```php
994994
<?php
995995

996-
echo $element->renderDecorated('nameLast');
997-
echo $element->renderDecorated('nameFirst');
996+
echo $form->renderDecorated('nameLast');
997+
echo $form->renderDecorated('nameFirst');
998998
```
999999

10001000
## Events

0 commit comments

Comments
 (0)