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 074d7f6 commit 17427bbCopy full SHA for 17427bb
form/dynamic_form_modification.rst
@@ -377,8 +377,8 @@ sport like this::
377
// src/Form/Type/SportMeetupType.php
378
namespace App\Form\Type;
379
380
- use App\Entity\Sport;
381
use App\Entity\Position;
+ use App\Entity\Sport;
382
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
383
use Symfony\Component\Form\AbstractType;
384
use Symfony\Component\Form\FormBuilderInterface;
@@ -445,8 +445,8 @@ The type would now look like::
445
446
447
448
449
450
451
use Symfony\Component\Form\FormInterface;
452
// ...
0 commit comments