From c522e5e98995a0e10930c3b8aca7f2fe34cc40f3 Mon Sep 17 00:00:00 2001 From: Koen Vinken Date: Wed, 21 Feb 2018 22:08:30 +0100 Subject: [PATCH] Remove service definition from recipe. --- .../0.2/config/packages/marvel_api_client.yaml | 7 ------- ikoene/marvel-api-bundle/0.2/manifest.json | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 ikoene/marvel-api-bundle/0.2/config/packages/marvel_api_client.yaml 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": ""