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 ec6bd34 commit aec924aCopy full SHA for aec924a
src/Entity/Comment.php
@@ -64,7 +64,6 @@ class Comment
64
* @var \DateTime
65
*
66
* @ORM\Column(type="datetime")
67
- * @Assert\DateTime
68
*/
69
private $publishedAt;
70
src/Entity/Post.php
@@ -87,7 +87,6 @@ class Post
87
88
89
90
91
92
93
0 commit comments