Skip to content

Commit 535335d

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: [Serializer] Fix data type according to the field name on serializer.rst
2 parents 8ca4d1b + ec8fc6b commit 535335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ to your class::
333333
#[Groups(['show_product', 'list_product'])]
334334
private $name;
335335

336-
#[ORM\Column(type: 'integer')]
336+
#[ORM\Column(type: 'text')]
337337
#[Groups(['show_product'])]
338338
private $description;
339339
}

0 commit comments

Comments
 (0)