Merge pull request #354

This commit is contained in:
symfony-flex-server[bot]
2018-05-17 06:02:09 +00:00
committed by GitHub
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,6 @@
mapado_rest_client_sdk:
entity_managers:
foo:
server_url: 'https://my-api.com:8080'
mappings:
dir: '%kernel.project_dir%/src/Entity/'
@@ -0,0 +1,9 @@
{
"bundles": {
"Mapado\\RestClientSdkBundle\\MapadoRestClientSdkBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}
@@ -0,0 +1 @@