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 83aad70 commit 16b5609Copy full SHA for 16b5609
README.md
@@ -42,7 +42,7 @@ $form = E::form([
42
Now render the form using:
43
44
```php
45
-$form->render(true);
+$form->render();
46
```
47
48
And the output is:
0 commit comments