We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4935922 + 7a0ec08 commit 7a728c8Copy full SHA for 7a728c8
lib/Gedmo/SoftDeleteable/Traits/SoftDeleteableDocument.php
@@ -14,7 +14,7 @@ trait SoftDeleteableDocument
14
{
15
/**
16
* @var \DateTime
17
- * @ODM\Date
+ * @ODM\Field(type="date")
18
*/
19
protected $deletedAt;
20
0 commit comments