1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Merge pull request #561 from ftdebugger/master

fix typo in the documentation
This commit is contained in:
Guilherme Blanco 2013-02-02 11:15:47 -08:00
commit abc3ba0c7e

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)