Skip to content

Commit 5dca816

Browse files
committed
Use field type date
1 parent 383a139 commit 5dca816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Document/DemoNewsContent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class DemoNewsContent extends DemoClassContent
2424
{
2525
/**
26-
* @PHPCRODM\Date()
26+
* @PHPCRODM\Field(type="date")
2727
*/
2828
protected $date;
2929

0 commit comments

Comments
 (0)