Owl\Services\CommentService::deleteComment PHP Method

deleteComment() public method

Delete a comment.
public deleteComment ( $id ) : boolean
$id int
return boolean
    public function deleteComment($id)
    {
        return $this->commentRepo->deleteComment($id);
    }