Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 30, 2018. It is now read-only.
This repository was archived by the owner on Mar 30, 2018. It is now read-only.

in-ten-quick-steps.rst typo in code sample at step 4. #134

@arogulin

Description

@arogulin

/en/tutorials/in-ten-quick-steps.rst has a typo at step №4:

public function __construct(User $author)
{
    $this->author = $author;
    $this->posts = new ArrayCollection();
}

Change "$this->posts" to "$this->comments".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions