Merge branch 'divers' of gitlab.com:Chill-Projet/chill-bundles into divers

This commit is contained in:
2021-12-13 09:33:37 +01:00
2 changed files with 9 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ 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.
@@ -221,6 +222,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
/**
* @var array|null
* @ORM\Column(name="types", type="json", nullable=true)
* @serializedName("3partyTypes")
*/
private $types;