Skip to content

Commit 64cb701

Browse files
brunoocasalijaviereguiluz
authored andcommitted
[Serializer] Fix data type according to the field name on serializer.rst
1 parent 4a3d72b commit 64cb701

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
@@ -312,7 +312,7 @@ to your class::
312312
private $name;
313313

314314
/**
315-
* @ORM\Column(type="integer")
315+
* @ORM\Column(type="text")
316316
* @Groups({"show_product"})
317317
*/
318318
private $description;

0 commit comments

Comments
 (0)