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.
2 parents b549dce + 52cd979 commit 4987fe5Copy full SHA for 4987fe5
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