Owl\Services\CommentService::deleteComment PHP Méthode

deleteComment() public méthode

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