Fix typo in docs
This commit is contained in:
parent
3d1956d260
commit
d65ba04c5c
@ -172,7 +172,7 @@ with another setup just take a look into the :doc:`Installation help
|
||||
public function __construct(User $author)
|
||||
{
|
||||
$this->author = $author;
|
||||
$this->posts = new ArrayCollection();
|
||||
$this->comments = new ArrayCollection();
|
||||
}
|
||||
|
||||
public function addComment($text)
|
||||
|
Loading…
x
Reference in New Issue
Block a user