Skip to content

Commit 89192a0

Browse files
Switch to 2 space yaml indent
1 parent dcab6c5 commit 89192a0

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

config/routes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
article_extension_controllers:
2-
resource: '../../vendor/bolt/article/src/Controller/'
3-
prefix: '%bolt.backend_url%/async'
4-
type: attribute
2+
resource: '../../vendor/bolt/article/src/Controller/'
3+
prefix: '%bolt.backend_url%/async'
4+
type: attribute

config/services.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
services:
2-
3-
_defaults:
4-
autowire: true
5-
autoconfigure: true
6-
7-
Bolt\Article\Controller\Upload:
8-
tags: ['controller.service_arguments']
9-
10-
Bolt\Article\Controller\Images:
11-
tags: ['controller.service_arguments']
2+
3+
_defaults:
4+
autowire: true
5+
autoconfigure: true
6+
7+
Bolt\Article\Controller\Upload:
8+
tags: [ 'controller.service_arguments' ]
9+
10+
Bolt\Article\Controller\Images:
11+
tags: [ 'controller.service_arguments' ]
1212

1313
### Map entities
1414
doctrine:
15-
orm:
16-
auto_generate_proxy_classes: '%kernel.debug%'
17-
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
18-
auto_mapping: true
19-
mappings:
20-
Article:
21-
is_bundle: false
22-
type: attribute
23-
dir: '%kernel.project_dir%/vendor/bolt/article/src/Entity'
24-
prefix: 'Bolt\Article'
25-
alias: Article
15+
orm:
16+
auto_generate_proxy_classes: '%kernel.debug%'
17+
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
18+
auto_mapping: true
19+
mappings:
20+
Article:
21+
is_bundle: false
22+
type: attribute
23+
dir: '%kernel.project_dir%/vendor/bolt/article/src/Entity'
24+
prefix: 'Bolt\Article'
25+
alias: Article

0 commit comments

Comments
 (0)