File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 11services :
2- Translation\Bundle\Controller\EditInPlaceController :
3- autowire : true
4- autoconfigure : true
5- public : true
6- arguments :
7- - ' @Translation\Bundle\Service\StorageManager'
8- - ' @Translation\Bundle\Service\CacheClearer'
9- - ' @Symfony\Component\Validator\Validator\ValidatorInterface'
10-
2+ Translation\Bundle\Controller\EditInPlaceController :
3+ autowire : true
4+ autoconfigure : true
5+ public : true
6+ arguments :
7+ - ' @Translation\Bundle\Service\StorageManager'
8+ - ' @Translation\Bundle\Service\CacheClearer'
9+ - ' @Symfony\Component\Validator\Validator\ValidatorInterface'
1110
12- php_translation.edit_in_place.response_listener :
11+ php_translation.edit_in_place.response_listener :
1312 class : Translation\Bundle\EventListener\EditInPlaceResponseListener
1413 tags :
1514 - { name: 'kernel.event_listener', event: 'kernel.response', method: 'onKernelResponse' }
@@ -41,4 +40,3 @@ services:
4140 - ~
4241 tags :
4342 - { name: 'twig.extension' }
44-
You can’t perform that action at this time.
0 commit comments