We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55c7933 + 4987fe5 commit 669c72bCopy full SHA for 669c72b
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