diff --git a/mukadi/wallet-bundle/1.0/manifest.json b/mukadi/wallet-bundle/1.0/manifest.json index dd57ce4e..bf69801d 100644 --- a/mukadi/wallet-bundle/1.0/manifest.json +++ b/mukadi/wallet-bundle/1.0/manifest.json @@ -3,8 +3,8 @@ "Mukadi\\WalletBundle\\MukadiWalletBundle": ["all"] }, "copy-from-package": { + "res/config/": "%CONFIG_DIR%/", "res/Entity/": "%SRC_DIR%/Entity/", - "res/Repository/": "%SRC_DIR%/Repository/", - "res/config/": "%CONFIG_DIR%/" + "res/Repository/": "%SRC_DIR%/Repository/" } }