diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php index 70d3a13e1db84..d8f6920a39a55 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php @@ -400,7 +400,6 @@ private function getRootTransPaths(): array private function getRootCodePaths(KernelInterface $kernel): array { $codePaths = $this->codePaths; - $codePaths[] = $kernel->getProjectDir().'/src'; if ($this->defaultViewsPath) { $codePaths[] = $this->defaultViewsPath; }