Skip to content

Commit

Permalink
Symfony 5 : update the Event fqcn to use the new contracts namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Guerrero committed Sep 13, 2023
1 parent 5ba0408 commit a0362bd
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 a0362bd

Please sign in to comment.