Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- _defaults:
- autowire: true
- autoconfigure: true
- public: true
- App\Domain\Country\Infrastructure\Repository\CountryRepository:
- factory: ["@doctrine.orm.default_entity_manager", getRepository]
- arguments: [App\Domain\Country\Entity\Country]
- App\Domain\City\Infrastructure\Repository\CityRepository:
- factory: ["@doctrine.orm.default_entity_manager", getRepository]
- arguments: [App\Domain\City\Entity\City]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement