Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d97f1fb

Browse files
committed
Merge pull request symfony#580 from jdreesen/fix-01
fixed typo
2 parents 2b56e3a + ceb592b commit d97f1fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/doctrine/file_uploads.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ First, create a simple Doctrine Entity class to work with::
3232
class Document
3333
{
3434
/**
35-
* @ORM\Id @ORM\Column(type="integer")
35+
* @ORM\Id
36+
* @ORM\Column(type="integer")
3637
* @ORM\GeneratedValue(strategy="AUTO")
3738
*/
3839
public $id;

0 commit comments

Comments
 (0)