Remove Gedmo\Timestampable

pull/2487/head
jmontoyaa 8 years ago
parent 1eaf9a6679
commit 09cc2b750f
  1. 2
      plugin/studentfollowup/Entity/CarePost.php

@ -58,13 +58,11 @@ class CarePost
private $user;
/**
* @Gedmo\Timestampable(on="create")
* @ORM\Column(name="created_at", type="datetime", nullable=true)
*/
protected $createdAt;
/**
* @Gedmo\Timestampable(on="update")
* @ORM\Column(name="updated_at", type="datetime", nullable=true)
*/
protected $updatedAt;

Loading…
Cancel
Save