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 a6e0879 commit 90def24Copy full SHA for 90def24
form/embedded.rst
@@ -87,6 +87,7 @@ inside the task form itself. To accomplish this, add a ``category`` field
87
to the ``TaskType`` object whose type is an instance of the new ``CategoryType``
88
class::
89
90
+ // src/Form/TaskType.php
91
use App\Form\CategoryType;
92
use Symfony\Component\Form\FormBuilderInterface;
93
0 commit comments