Skip to content

Commit 7a0ec08

Browse files
author
raplider
committed
Substitute Date annotation with Field(type="date")
1 parent 4935922 commit 7a0ec08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trait SoftDeleteableDocument
1414
{
1515
/**
1616
* @var \DateTime
17-
* @ODM\Date
17+
* @ODM\Field(type="date")
1818
*/
1919
protected $deletedAt;
2020

0 commit comments

Comments
 (0)