Skip to content

Commit 92f3de5

Browse files
authored
register visitor tag also for TranslateAnnotationVisitor and Knp visitors (#451)
1 parent e8cdfeb commit 92f3de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/extractors.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ services:
1414
- { name: 'php_translation.extractor', type: 'twig' }
1515

1616
# PHP Visitors:
17-
Translation\Extractor\Visitor\Php\Symfony\:
18-
resource: "%extractor_vendor_dir%/Visitor/Php/Symfony/*"
17+
Translation\Extractor\Visitor\Php\:
18+
resource: "%extractor_vendor_dir%/Visitor/Php/*"
1919

2020
Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor: ~
2121

0 commit comments

Comments
 (0)