get(EntityManager::class); $hydrator = $container->get(DoctrineObject::class); return new JudgeManager($entityManager, $hydrator); } }