mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Update indentation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
ticketing:
|
||||
resource: '@TicketingBundle/Resources/config/routing/routes.yaml'
|
||||
prefix: /ticket
|
||||
resource: '@TicketingBundle/Resources/config/routing/routes.yaml'
|
||||
prefix: /ticket
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user