Skip to content

Commit

Permalink
Merge pull request #10 from acseo/fix-dispatcher-fqcn-symfony-5
Browse files Browse the repository at this point in the history
Symfony 5 : update the Event fqcn to use the new contracts namespace
  • Loading branch information
romainguerrero authored Sep 13, 2023
2 parents 5ba0408 + a0362bd commit a3481ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Event/FormEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace ACSEO\Bundle\DynamicFormBundle\Event;

use Symfony\Component\EventDispatcher\Event;
use Symfony\Component\Form\FormInterface;
use Symfony\Contracts\EventDispatcher\Event;

/**
* Class FormEvent
Expand Down

0 comments on commit a3481ac

Please sign in to comment.