From 7ed90be0037c325ddb38ff77882bb618ee0c5690 Mon Sep 17 00:00:00 2001 From: Cedrick Oka Baidai Date: Mon, 15 Oct 2018 18:41:24 +0000 Subject: [PATCH] * fixed bug. --- coka/api-bundle/3.0/manifest.json | 2 +- coka/pagination-bundle/3.0/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coka/api-bundle/3.0/manifest.json b/coka/api-bundle/3.0/manifest.json index 3db1ef1e..dc012b8a 100644 --- a/coka/api-bundle/3.0/manifest.json +++ b/coka/api-bundle/3.0/manifest.json @@ -3,6 +3,6 @@ "Oka\\ApiBundle\\OkaApiBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", + "config/": "%CONFIG_DIR%/" } } diff --git a/coka/pagination-bundle/3.0/manifest.json b/coka/pagination-bundle/3.0/manifest.json index bd9ddded..411770c8 100644 --- a/coka/pagination-bundle/3.0/manifest.json +++ b/coka/pagination-bundle/3.0/manifest.json @@ -3,6 +3,6 @@ "Oka\\PaginationBundle\\OkaPaginationBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", + "config/": "%CONFIG_DIR%/" } }