Skip to content

Commit d446b38

Browse files
authored
Fixed dump using domains
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)
1 parent d566005 commit d446b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/DumpCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ private function doDump(InputInterface $input, OutputInterface $output)
174174
$extractor->getHost(),
175175
$extractor->getPort(),
176176
$extractor->getScheme(),
177+
$input->getOption('locale'),
177178
$domain
178179
),
179180
'json',

0 commit comments

Comments
 (0)