Ejemplo n.º 1
0
 /**
  * @param EntityManager $entityManager
  */
 public function __construct(EntityManager $entityManager)
 {
     parent::__construct($entityManager, RoleRepository::ENTITY);
 }