Skip to content

Commit 9e4c099

Browse files
authored
Merge pull request #527 from emr/patch-1
Fix typo
2 parents 7f70473 + 6a1ef11 commit 9e4c099

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)