Created
February 23, 2018 12:42
-
-
Save mysiar/b0c08d2d2570afa2e2084bb13aafaa77 to your computer and use it in GitHub Desktop.
Symfony 4 Service XML defintions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<services> | |
<!--REPOSITORY--> | |
<service id="test.provider_low_level_config_repository" class="mysiar\AppBundle\Repository\ConfigRepository"> | |
<factory service="doctrine.orm.entity_manager" method="getRepository" /> | |
<argument type="string">mysiar\AppBundle\Entity\Config</argument> | |
</service> | |
</services> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment