Skip to content

Commit

Permalink
Reverts #1272
Browse files Browse the repository at this point in the history
  • Loading branch information
l3pp4rd committed May 1, 2015
1 parent 2972a09 commit bebbe40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Gedmo/Timestampable/Traits/TimestampableEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ trait TimestampableEntity
/**
* @var \DateTime
* @Gedmo\Timestampable(on="create")
* @ORM\Column(name="created_at", type="datetime")
* @ORM\Column(type="datetime")
*/
protected $createdAt;

/**
* @var \DateTime
* @Gedmo\Timestampable(on="update")
* @ORM\Column(name="updated_at", type="datetime")
* @ORM\Column(type="datetime")
*/
protected $updatedAt;

Expand Down

0 comments on commit bebbe40

Please sign in to comment.