Ejemplo n.º 1
0
 /**
  * @param  Category $category
  */
 public function remove(Category $category)
 {
     $this->repository->remove($category);
 }