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 4f67e6a commit 49d6dedCopy full SHA for 49d6ded
src/AppBundle/Entity/Comment.php
@@ -76,9 +76,6 @@ class Comment
76
*/
77
private $author;
78
79
- /**
80
- *
81
- */
82
public function __construct()
83
{
84
$this->publishedAt = new \DateTime();
src/AppBundle/Entity/Post.php
@@ -119,9 +119,6 @@ class Post
119
120
private $tags;
121
122
123
124
125
126
127
0 commit comments