WIP: remove deprecations

This commit is contained in:
2023-05-06 21:26:53 +02:00
parent 958e2b5cf2
commit 13bc9683fb
35 changed files with 117 additions and 110 deletions

View File

@@ -32,8 +32,8 @@ namespace Chill\PersonBundle\Privacy;
*/
use Chill\PersonBundle\Entity\Person;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;
use function count;
/**