Merge pull request #510

This commit is contained in:
symfony-flex-server[bot]
2018-10-01 13:32:31 +00:00
committed by GitHub
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,2 @@
imports:
- { resource: "@SyliusCustomerReorderPlugin/Resources/config/config.yml" }
@@ -0,0 +1,2 @@
sylius_customer_reorder:
resource: "@SyliusCustomerReorderPlugin/Resources/config/app/reorder_routing.yml"
@@ -0,0 +1,8 @@
{
"bundles": {
"Sylius\\CustomerReorderPlugin\\SyliusCustomerReorderPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}