Merge pull request #561 from ftdebugger/master
fix typo in the documentation
This commit is contained in:
commit
abc3ba0c7e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user