diff --git a/mukadi/wallet-bundle/1.0/manifest.json b/mukadi/wallet-bundle/1.0/manifest.json index bf69801d..dd57ce4e 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/Repository/": "%SRC_DIR%/Repository/", + "res/config/": "%CONFIG_DIR%/" } }