We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8513761 commit ba9d630Copy full SHA for ba9d630
src/Domain/Identity/Command/ImportDefaultsCommand.php
@@ -78,7 +78,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
78
$output->writeln(sprintf(
79
'Default admin already exists: login="%s", email="%s"',
80
$existing->getLoginName(),
81
- $email,
+ $existing->getEmail(),
82
));
83
}
84
0 commit comments