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.
1 parent 4935922 commit 7a0ec08Copy full SHA for 7a0ec08
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