Update indentation

This commit is contained in:
François Mathieu
2018-07-06 00:11:01 +02:00
parent 936d7d3451
commit b49dac47f2
2 changed files with 12 additions and 12 deletions
@@ -1,3 +1,3 @@
ticketing:
resource: '@TicketingBundle/Resources/config/routing/routes.yaml'
prefix: /ticket
resource: '@TicketingBundle/Resources/config/routing/routes.yaml'
prefix: /ticket
+10 -10
View File
@@ -1,12 +1,12 @@
{
"bundles": {
"Maps_red\\TicketingBundle\\TicketingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"composer-scripts": {
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
}
"bundles": {
"Maps_red\\TicketingBundle\\TicketingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"composer-scripts": {
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
}
}