1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Fix typo in docs

This commit is contained in:
Evgeny Shpilevsky 2013-01-30 17:59:38 +03:00
parent 3d1956d260
commit d65ba04c5c

View File

@ -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)