diff --git a/Command/DumpCommand.php b/Command/DumpCommand.php index 29472cbb..243c6780 100644 --- a/Command/DumpCommand.php +++ b/Command/DumpCommand.php @@ -112,7 +112,7 @@ private function doDump(InputInterface $input, OutputInterface $output) new RoutesResponse( $baseUrl, $this->getExposedRoutesExtractor()->getRoutes(), - $input->getOption('locale'), + $this->getExposedRoutesExtractor()->getPrefix($input->getOption('locale')), $this->getExposedRoutesExtractor()->getHost(), $this->getExposedRoutesExtractor()->getScheme() ),