Fenos\Notifynder\Categories\CategoryManager::delete PHP Method

delete() public method

Delete category by ID.
public delete ( $categoryId ) : mixed
$categoryId
return mixed
    public function delete($categoryId)
    {
        return $this->categoryRepo->delete($categoryId);
    }