Skip to content

Commit 9383470

Browse files
author
Bizley
authored
Update serialization.md (#1552)
1 parent b872156 commit 9383470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ class Book
697697
/**
698698
* This field can be managed only by an admin
699699
*/
700-
#[Groups(["book:output", "admin:input"}])]
700+
#[Groups(["book:output", "admin:input"])]
701701
public bool $active = false;
702702
703703
/**

0 commit comments

Comments
 (0)