We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0543134 + de33db5 commit 07d728dCopy full SHA for 07d728d
cookbook/form/dynamic_form_modification.rst
@@ -469,6 +469,8 @@ The subscriber would now look like::
469
use Symfony\Component\Form\FormFactoryInterface;
470
use Doctrine\ORM\EntityManager;
471
use Symfony\Component\Form\FormEvent;
472
+ use Symfony\Component\Form\FormEvents;
473
+ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
474
475
class RegistrationSportListener implements EventSubscriberInterface
476
{
0 commit comments