normalization for docgen:read: add groups and so on (wip)

This commit is contained in:
2021-12-06 13:18:59 +01:00
parent 51fd81c661
commit c4998f4ac1
15 changed files with 166 additions and 70 deletions

View File

@@ -33,7 +33,7 @@ class Scope
* @ORM\Id
* @ORM\Column(name="id", type="integer")
* @ORM\GeneratedValue(strategy="AUTO")
* @Groups({"read"})
* @Groups({"read", "docgen:read"})
*/
private $id;
@@ -43,7 +43,7 @@ class Scope
* @var array
*
* @ORM\Column(type="json")
* @Groups({"read"})
* @Groups({"read", "docgen:read"})
*/
private $name = [];