Add missing use statement for Groups annotation

This commit is contained in:
Julie Lenaerts 2024-07-31 15:12:36 +02:00
parent ee45ff61a6
commit 2f9884072c

View File

@ -12,6 +12,7 @@ use Chill\ThirdPartyBundle\Entity\ThirdParty;
use Symfony\Component\Validator\Context\ExecutionContextInterface;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Serializer\Annotation as Serializer;
use Symfony\Component\Serializer\Annotation\Groups;
use Symfony\Component\Validator\Constraints as Assert;
#[ORM\MappedSuperclass]