Skip to content

Commit 2ef76f2

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

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)