Commit 33d802ec authored by hiciu's avatar hiciu

updated FormTrait documentation

form function takes only 2 parameters: $data and $options
parent e358f4bc
......@@ -169,7 +169,7 @@ Traits
.. code-block:: php
$app->form('form', $data);
$app->form($data);
For more information, consult the `Symfony2 Forms documentation
<http://symfony.com/doc/2.1/book/forms.html>`_.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment