Add group serializer to is_promoted (pourvue)

This commit is contained in:
2019-07-17 08:37:00 +02:00
parent 783485b96e
commit 54c255cf33
@@ -125,6 +125,8 @@ class Ad
* @var boolean
*
* @ORM\Column(name="is_promoted", type="boolean", nullable=true, options={"comment":"Peux t'on répondre"})
*
* @Groups({"ad_detail" , "ad_list"})
*/
private $isPromoted;