Skip to content

Commit 76ebc10

Browse files
authored
Use specific tags instead of autoconfigure (#363)
1 parent 98dfafe commit 76ebc10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/config/edit_in_place.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
services:
22
Translation\Bundle\Controller\EditInPlaceController:
33
autowire: true
4-
autoconfigure: true
54
public: true
5+
tags: ['controller.service_arguments']
66
arguments:
77
- '@Translation\Bundle\Service\StorageManager'
88
- '@Translation\Bundle\Service\CacheClearer'

Resources/config/webui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
services:
22
Translation\Bundle\Controller\WebUIController:
33
autowire: true
4-
autoconfigure: true
54
public: true
5+
tags: ['controller.service_arguments']
66
arguments:
77
- '@Translation\Bundle\Service\ConfigurationManager'
88
- '@Translation\Bundle\Catalogue\CatalogueFetcher'

0 commit comments

Comments
 (0)