Skip to content

Commit b7a111e

Browse files
authored
Update serialization.md (#1508)
1 parent 1d40133 commit b7a111e

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
@@ -180,7 +180,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
180180
)]
181181
class Book
182182
{
183-
#[Groups(["get", "put"])
183+
#[Groups(["get", "put"])]
184184
public $name;
185185
186186
#[Groups("get")]

0 commit comments

Comments
 (0)