We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f839b2f commit 37587aaCopy full SHA for 37587aa
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