Skip to content

Commit ae7ae1a

Browse files
fix: remove extra bracket (#1504)
1 parent da83f0c commit ae7ae1a

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
@@ -726,7 +726,7 @@ class Book
726726
*
727727
* @var bool
728728
*/
729-
#[Groups(["book:output", "admin:input"}])]
729+
#[Groups(["book:output", "admin:input"])]
730730
public $active = false;
731731
732732
/**

0 commit comments

Comments
 (0)