Owl\Repositories\Eloquent\CommentRepository::__construct PHP Метод

__construct() публичный Метод

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