From 7129b3149b384bd68a47a195bd9a79fa09af47a6 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 13 Dec 2021 09:45:05 +0100 Subject: [PATCH] undo partial wip resolution --- src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php index 9697873e9..069dba9d8 100644 --- a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php +++ b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php @@ -35,7 +35,6 @@ use function array_values; use function in_array; use function is_string; use function spl_object_hash; -use Symfony\Component\Serializer\Annotation\SerializedName; /** * ThirdParty is a party recorded in the database. @@ -222,7 +221,6 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface /** * @var array|null * @ORM\Column(name="types", type="json", nullable=true) - * @serializedName("3partyTypes") */ private $types;