We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dfafe commit 76ebc10Copy full SHA for 76ebc10
Resources/config/edit_in_place.yaml
@@ -1,8 +1,8 @@
1
services:
2
Translation\Bundle\Controller\EditInPlaceController:
3
autowire: true
4
- autoconfigure: true
5
public: true
+ tags: ['controller.service_arguments']
6
arguments:
7
- '@Translation\Bundle\Service\StorageManager'
8
- '@Translation\Bundle\Service\CacheClearer'
Resources/config/webui.yaml
Translation\Bundle\Controller\WebUIController:
- '@Translation\Bundle\Service\ConfigurationManager'
- '@Translation\Bundle\Catalogue\CatalogueFetcher'
0 commit comments