Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function save(CategoryInterface $category)
 {
     $this->em->persist($category);
     $this->em->flush();
 }