Ejemplo n.º 1
0
 /**
  * @return ArrayCollection<Category>
  */
 public function getAll()
 {
     return $this->repository->findAll();
 }