From ed86fb21ab4b9fa4a345f1047f6caa27be33fb68 Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Wed, 4 Mar 2026 10:04:42 +0100 Subject: [PATCH] Handle address message --- .../Actions/Upsert/Handler/PersonUpsertHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Actions/Upsert/Handler/PersonUpsertHandler.php b/src/Bundle/ChillPersonBundle/Actions/Upsert/Handler/PersonUpsertHandler.php index 4b6bc96ea..d34c6935d 100644 --- a/src/Bundle/ChillPersonBundle/Actions/Upsert/Handler/PersonUpsertHandler.php +++ b/src/Bundle/ChillPersonBundle/Actions/Upsert/Handler/PersonUpsertHandler.php @@ -21,7 +21,6 @@ use Chill\PersonBundle\Repository\Identifier\PersonIdentifierRepository; use Chill\PersonBundle\Entity\Person; use Chill\PersonBundle\Entity\Identifier\PersonIdentifier; use Chill\PersonBundle\Actions\Upsert\UpsertMessage; -use Symfony\Component\Clock\Clock; use Symfony\Component\Clock\ClockInterface; use Symfony\Component\Messenger\Attribute\AsMessageHandler; use Doctrine\ORM\EntityManagerInterface;