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 17ee3fd commit 7ab8f51Copy full SHA for 7ab8f51
forms.rst
@@ -659,6 +659,7 @@ the choice is ultimately up to you.
659
good idea to explicitly specify the ``data_class`` option by adding the
660
following to your form type class::
661
662
+ // src/AppBundle/Form/TaskType.php
663
use AppBundle\Entity\Task;
664
use Symfony\Component\OptionsResolver\OptionsResolver;
665
0 commit comments