Skip to content

Commit

Permalink
Fixed dump using domains
Browse files Browse the repository at this point in the history
The "domains" parameter was being set as the "locale" parameter for the RoutesResponse constructor. This meant that you couldn't dump routes using domains (the debug command worked though)
  • Loading branch information
tikoflano committed Aug 24, 2021
1 parent d566005 commit d446b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Command/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ private function doDump(InputInterface $input, OutputInterface $output)
$extractor->getHost(),
$extractor->getPort(),
$extractor->getScheme(),
$input->getOption('locale'),
$domain
),
'json',
Expand Down

0 comments on commit d446b38

Please # to comment.