services: chill.main.countries_repository: class: Doctrine\ORM\EntityRepository factory: ["@doctrine.orm.entity_manager", getRepository] arguments: - "Chill\\MainBundle\\Entity\\Country" chill.main.user_repository: class: Doctrine\ORM\EntityRepository factory: ["@doctrine.orm.entity_manager", getRepository] arguments: - "Chill\\MainBundle\\Entity\\User"