8000 Merge branch '2.1' into 2.2 · sinner/symfony-docs@07d728d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07d728d

Browse files
committed
Merge branch '2.1' into 2.2
2 parents 0543134 + de33db5 commit 07d728d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ The subscriber would now look like::
469469
use Symfony\Component\Form\FormFactoryInterface;
470470
use Doctrine\ORM\EntityManager;
471471
use Symfony\Component\Form\FormEvent;
472+
use Symfony\Component\Form\FormEvents;
473+
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
472474

473475
class RegistrationSportListener implements EventSubscriberInterface
474476
{

0 commit comments

Comments
 (0)
0