1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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) public function __construct(User $author)
{ {
$this->author = $author; $this->author = $author;
$this->posts = new ArrayCollection(); $this->comments = new ArrayCollection();
} }
public function addComment($text) public function addComment($text)