From 5c91b0c60fac4e91fe5a80d0b9040e155fbd1655 Mon Sep 17 00:00:00 2001 From: "Olivier M. Mukadi" Date: Mon, 20 Jan 2020 16:59:28 +0100 Subject: [PATCH] repost commit --- mukadi/wallet-bundle/1.0/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/" } }