normalizer for entityworkflow

This commit is contained in:
2022-01-28 17:09:00 +01:00
parent da22532587
commit fdafe7c82b
4 changed files with 134 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ class EntityWorkflow implements TrackCreationInterface, TrackUpdateInterface
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
* @Serializer\Groups({"read"})
*/
private ?int $id = null;