mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
undo partial wip resolution
This commit is contained in:
parent
cc42a4ae51
commit
7129b3149b
@ -35,7 +35,6 @@ use function array_values;
|
|||||||
use function in_array;
|
use function in_array;
|
||||||
use function is_string;
|
use function is_string;
|
||||||
use function spl_object_hash;
|
use function spl_object_hash;
|
||||||
use Symfony\Component\Serializer\Annotation\SerializedName;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ThirdParty is a party recorded in the database.
|
* ThirdParty is a party recorded in the database.
|
||||||
@ -222,7 +221,6 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
|
|||||||
/**
|
/**
|
||||||
* @var array|null
|
* @var array|null
|
||||||
* @ORM\Column(name="types", type="json", nullable=true)
|
* @ORM\Column(name="types", type="json", nullable=true)
|
||||||
* @serializedName("3partyTypes")
|
|
||||||
*/
|
*/
|
||||||
private $types;
|
private $types;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user