Skip to content

Commit

Permalink
Fix on double created
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 30, 2020
1 parent 9096a7c commit e1bb8f5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions api/src/Entity/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,24 +149,6 @@ class Group
* @ORM\ManyToOne(targetEntity="App\Entity\Group", inversedBy="children")
*/
private $parent;

/**
* @var Datetime $dateCreated The moment this request was created
*
* @Groups({"read"})
* @Gedmo\Timestampable(on="create")
* @ORM\Column(type="datetime", nullable=true)
*/
private $dateCreated;

/**
* @var Datetime $dateModified The moment this request last Modified
*
* @Groups({"read"})
* @Gedmo\Timestampable(on="create")
* @ORM\Column(type="datetime", nullable=true)
*/
private $dateModified;

/**
* @var Datetime $dateCreated The moment this request was created
Expand Down

0 comments on commit e1bb8f5

Please sign in to comment.