From 3a2b4874ff438ccdcc48a5aca50a2dedd100402b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 16:05:55 +0100 Subject: [PATCH] Fix class name Copy config from recipes instead of package --- rapsys/airbundle/dev-master/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%/" } } -- 2.41.1