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 19fd058 commit 9cae559Copy full SHA for 9cae559
Resources/config/edit_in_place.yml
@@ -1,8 +1,8 @@
1
services:
2
Translation\Bundle\Controller\EditInPlaceController:
3
autowire: true
4
+ autoconfigure: true
5
public: true
- tags: ['container.service_subscriber']
6
arguments:
7
- '@Translation\Bundle\Service\StorageManager'
8
- '@Translation\Bundle\Service\CacheClearer'
Resources/config/webui.yml
Translation\Bundle\Controller\WebUIController:
- '@Translation\Bundle\Service\ConfigurationManager'
- '@Translation\Bundle\Catalogue\CatalogueFetcher'
0 commit comments