Skip to content

Commit 004c8f4

Browse files
axiAlexis Urien
andauthored
Fix Cannot autowire service "php_translation.data_collector" error introduced in d47279e (#463)
Co-authored-by: Alexis Urien <alexis@smiile.com>
1 parent d47279e commit 004c8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/symfony_profiler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66

77
php_translation.data_collector:
88
class: Symfony\Component\Translation\DataCollector\TranslationDataCollector
9+
arguments: [ '@translator.data_collector' ]
910
tags:
1011
- { name: 'data_collector', template: "@Translation/SymfonyProfiler/translation.html.twig", id: "translation", priority: 200 }
1112

0 commit comments

Comments
 (0)