Skip to content

Commit 653c9ef

Browse files
committed
Allow slash in the IRI for component group
1 parent cc60c6a commit 653c9ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Entity/Core/ComponentGroup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
*/
3232
#[Silverback\Timestamped]
3333
#[ApiResource(
34+
requirements: ['id' => ".+"],
3435
normalizationContext: ['groups' => ['ComponentGroup:read']],
3536
denormalizationContext: ['groups' => ['ComponentGroup:write']],
3637
mercure: true,

0 commit comments

Comments
 (0)