File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11article_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
Original file line number Diff line number Diff line change 11services :
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
1414doctrine :
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
You can’t perform that action at this time.
0 commit comments