From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 15:05:55 +0000 (+0100) Subject: Fix class name X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/3a2b4874ff438ccdcc48a5aca50a2dedd100402b Fix class name Copy config from recipes instead of package --- diff --git a/rapsys/airbundle/dev-master/manifest.json b/rapsys/airbundle/dev-master/manifest.json index 24cfc17..cb6e981 100644 --- a/rapsys/airbundle/dev-master/manifest.json +++ b/rapsys/airbundle/dev-master/manifest.json @@ -1,11 +1,11 @@ { "bundles": { - "Rapsys\\AirBundle": ["all"] + "Rapsys\\AirBundle\\RapsysAirBundle": ["all"] }, "container": { "locale": "en" }, - "copy-from-package": { + "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } }