Skip to content

Commit 86e2b61

Browse files
authored
Merge pull request #410 from tikoflano/patch-1
Fixed dump using domains
2 parents a1f194d + d446b38 commit 86e2b61

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)