Fix yaml to required format

This commit is contained in:
msalsas
2018-07-10 17:46:52 +02:00
parent 6872b0a0d1
commit 3aded41916
2 changed files with 8 additions and 8 deletions

View File

@@ -5,4 +5,4 @@ positive_vote:
negative_vote:
path: /vote-negative/{_locale}/{id}
controller: Msalsas\VotingBundle\Controller\VoteController:voteNegative
methods: POST
methods: POST

View File

@@ -1,8 +1,8 @@
{
"bundles": {
"Msalsas\\VotingBundle\\MsalsasVotingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
"bundles": {
"Msalsas\\VotingBundle\\MsalsasVotingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}