Fix typo in docs
This commit is contained in:
parent
3d1956d260
commit
d65ba04c5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue