Owl\Repositories\Eloquent\CommentRepository::__construct PHP Méthode

__construct() public méthode

public __construct ( Comment $comment )
$comment Owl\Repositories\Eloquent\Models\Comment
    public function __construct(Comment $comment)
    {
        $this->comment = $comment;
    }