diff --git a/ikoene/marvel-api-bundle/0.2/config/packages/marvel_api_client.yaml b/ikoene/marvel-api-bundle/0.2/config/packages/marvel_api_client.yaml deleted file mode 100644 index b81b7e20..00000000 --- a/ikoene/marvel-api-bundle/0.2/config/packages/marvel_api_client.yaml +++ /dev/null @@ -1,7 +0,0 @@ -services: - ikoene_marvel_api_client: - class: Ikoene\MarvelApiBundle\Controller\Client - public: true - arguments: - - '%env(MARVEL_PUBLIC_API_KEY)%' - - '%env(MARVEL_PRIVATE_API_KEY)%' diff --git a/ikoene/marvel-api-bundle/0.2/manifest.json b/ikoene/marvel-api-bundle/0.2/manifest.json index 1a9af784..da2c6290 100644 --- a/ikoene/marvel-api-bundle/0.2/manifest.json +++ b/ikoene/marvel-api-bundle/0.2/manifest.json @@ -2,9 +2,6 @@ "bundles": { "Ikoene\\MarvelApiBundle\\IkoeneMarvelApiBundle": ["all"] }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, "env": { "MARVEL_PUBLIC_API_KEY": "", "MARVEL_PRIVATE_API_KEY": ""