Skip to content

Commit 1ee84a8

Browse files
committed
Merge pull request #1279 from bijibox/doc-typo-fix
Fix typo in docs code example
2 parents a6c12cc + 23f4465 commit 1ee84a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class User extends BaseUser
178178
/**
179179
* @ORM\Id
180180
* @ORM\Column(type="integer")
181-
* @ORM\generatedValue(strategy="AUTO")
181+
* @ORM\GeneratedValue(strategy="AUTO")
182182
*/
183183
protected $id;
184184

0 commit comments

Comments
 (0)