From 4c21e4a73635d405525eb43c13c8fa5ba224c6aa Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 24 Nov 2017 07:11:52 -0800 Subject: [PATCH] fixed config --- mailxpert/apibundle/0.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailxpert/apibundle/0.1/manifest.json b/mailxpert/apibundle/0.1/manifest.json index 6530da9a..95e4f339 100644 --- a/mailxpert/apibundle/0.1/manifest.json +++ b/mailxpert/apibundle/0.1/manifest.json @@ -4,7 +4,7 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", - "src/Entity/AccessToken.php": "%SRC_DIR%/Entity/AccessToken.php" + "src/": "%SRC_DIR%/" }, "env": { "MAILXPERT_CLIENT_ID": "mailxpert_client_id_to_replace",