Skip to content

Commit 6a1ef11

Browse files
authored
Fix typo
1 parent 7f70473 commit 6a1ef11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/fosuser-bundle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ use Symfony\Component\Serializer\Annotation\Groups;
6161
* @ORM\Entity
6262
* @ApiResource(
6363
* normalizationContext={"groups"={"user", "user:read"}},
64-
* denormalizationContext"={"groups"={"user", "user:write"}}
65-
* })
64+
* denormalizationContext={"groups"={"user", "user:write"}}
65+
* )
6666
*/
6767
class User extends BaseUser
6868
{

0 commit comments

Comments
 (0)