From 1992f5736add4de9d6ed121924acbb2f7952a3e6 Mon Sep 17 00:00:00 2001 From: Koen Vinken Date: Wed, 21 Feb 2018 23:06:41 +0100 Subject: [PATCH] Registering a bundle is required after all. --- ikoene/marvel-api-bundle/0.2/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ikoene/marvel-api-bundle/0.2/manifest.json b/ikoene/marvel-api-bundle/0.2/manifest.json index e50a0ef3..e27ee98c 100644 --- a/ikoene/marvel-api-bundle/0.2/manifest.json +++ b/ikoene/marvel-api-bundle/0.2/manifest.json @@ -1,4 +1,7 @@ { + "bundles": { + "Ikoene\\MarvelApiBundle\\IkoeneMarvelApiBundle": ["all"] + }, "env": { "#1": "Get your API key from https://developer.marvel.com", "MARVEL_PUBLIC_API_KEY": "...",