We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d32296d + 0d69d5b commit de33db5Copy full SHA for de33db5
cookbook/form/dynamic_form_modification.rst
@@ -475,6 +475,8 @@ The subscriber would now look like::
475
use Symfony\Component\Form\FormFactoryInterface;
476
use Doctrine\ORM\EntityManager;
477
use Symfony\Component\Form\FormEvent;
478
+ use Symfony\Component\Form\FormEvents;
479
+ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
480
481
class RegistrationSportListener implements EventSubscriberInterface
482
{
0 commit comments