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 d47279e commit 004c8f4Copy full SHA for 004c8f4
Resources/config/symfony_profiler.yaml
@@ -6,6 +6,7 @@ services:
6
7
php_translation.data_collector:
8
class: Symfony\Component\Translation\DataCollector\TranslationDataCollector
9
+ arguments: [ '@translator.data_collector' ]
10
tags:
11
- { name: 'data_collector', template: "@Translation/SymfonyProfiler/translation.html.twig", id: "translation", priority: 200 }
12
0 commit comments